summaryrefslogtreecommitdiff
path: root/klm/search/types.hh
blob: 06eb5bfa27125684f84d371860e361b1942aab95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef SEARCH_TYPES__
#define SEARCH_TYPES__

#include <stdint.h>

namespace search {

typedef float Score;

typedef uint32_t Arity;

} // namespace search

#endif // SEARCH_TYPES__