Here are the classes, structs, unions and interfaces with brief descriptions:
| CKey | Key class, that implements the functions needed for State. Inherits from boost::container::flat_map<std::pair<Int, Int>, Int> |
| CState | Definition of the data structure used to represent states. Inherits from boost::container::flat_map<Key, Val> |