AIToolbox
A library that offers tools for AI problem solving.
|
Go to the documentation of this file. 1 #ifndef AI_TOOLBOX_FACTORED_FASTER_TRIE_HEADER_FILE
2 #define AI_TOOLBOX_FACTORED_FASTER_TRIE_HEADER_FILE
18 using Entry = std::pair<size_t, PartialFactors>;
103 std::vector<std::vector<Entries>> keys_;
105 mutable std::ranlux24_base rand_;
106 mutable std::vector<std::vector<size_t>> orders_;