|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Optional concept for domain-side pruning hooks. More...
#include <state_search_common.H>
Optional concept for domain-side pruning hooks.
This is intentionally small: a pure DFS engine can already cut dead states, while later phases can layer stronger incumbent-aware pruning on top of the same traversal kernel.
Definition at line 608 of file state_search_common.H.