AIToolbox
A library that offers tools for AI problem solving.
|
Go to the documentation of this file. 1 #ifndef AI_TOOLBOX_FACTORED_TRIE_HEADER_FILE
2 #define AI_TOOLBOX_FACTORED_TRIE_HEADER_FILE
107 std::vector<size_t>
filter(
const Factors & f,
size_t offset = 0)
const;
147 void erase(
size_t id);
176 std::vector<size_t> getAllIds()
const;
181 std::vector<std::vector<std::vector<size_t>>> ids_;