|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Default solution visitor that always continues the search. More...
#include <state_search_common.H>
Public Member Functions | |
| template<typename Solution > | |
| bool | operator() (const Solution &) const noexcept |
| Accepts any solution and returns true. | |
Default solution visitor that always continues the search.
Definition at line 350 of file state_search_common.H.
|
inlinenoexcept |
Accepts any solution and returns true.
| Solution | Solution type. |
Definition at line 358 of file state_search_common.H.