|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Comparison policy that keeps the first solution seen. More...
#include <state_search_common.H>
Public Member Functions | |
| bool | operator() (const Solution &, const Solution &) const noexcept |
Comparison policy that keeps the first solution seen.
It is the default policy for BestSolution when the caller does not want to impose an ordering among solutions.
| Solution | Type of solution to compare. |
Definition at line 341 of file state_search_common.H.
|
inlinenoexcept |
Definition at line 343 of file state_search_common.H.