|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Minimal requirement for mutable search states. More...
#include <state_search_common.H>
Minimal requirement for mutable search states.
States are copied only when a solution snapshot must be retained. Traversal itself is expected to mutate the same state in-place through apply() / undo().
Definition at line 88 of file state_search_common.H.