summaryrefslogtreecommitdiff
path: root/klm/search/arity.hh
blob: 09c2c671d1a9900693568966f47765e780e81648 (plain)
1
2
3
4
5
6
7
8
#ifndef SEARCH_ARITY__
#define SEARCH_ARITY__
namespace search {

const unsigned int kMaxArity = 2;

} // namespace search
#endif // SEARCH_ARITY__