LatticeHashForest
Loading...
Searching...
No Matches
lhf_config.hpp
Go to the documentation of this file.
1
6#ifndef LHF_CONFIG_HPP
7#define LHF_CONFIG_HPP
8
9#define LHF_SORTED_VECTOR_BINARY_SEARCH_THRESHOLD 12
10#define LHF_DISABLE_INTERNAL_INTEGRITY_CHECK true
11
12#endif