|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Concept for a set suitable for tracking globally visited states. More...
#include <state_search_common.H>
Concept for a set suitable for tracking globally visited states.
Compatible with Aleph::SearchStorageSet and the Aleph DynHashSet family. The engine uses contains(key) to check for prior visits and insert(key) to record a new one. Inserting an already-present key must be a no-op.
| Set | Container type. |
| Key | State key type. |
Definition at line 143 of file state_search_common.H.