|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Concept for lazy successor generation. More...
#include <state_search_common.H>
Concept for lazy successor generation.
A generator exposes nested State and Move types plus for_each_successor(state, visitor). The visitor receives each move and returns true to continue or false to stop early. The generator should propagate that early stop and return a boolean indicating whether traversal completed (true) or was interrupted by the visitor (false).
Definition at line 561 of file state_search_common.H.