Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Aleph::SearchMove Concept Reference

Minimal requirement for search moves. More...

#include <state_search_common.H>

Concept definition

template<typename T>
concept Aleph::SearchMove = std::movable<T> and std::copy_constructible<T>
Minimal requirement for search moves.
and
Check uniqueness with explicit hash + equality functors.

Detailed Description

Minimal requirement for search moves.

Moves are stored in Aleph arrays to preserve a reconstruction path and to support future move-ordering policies.

Definition at line 96 of file state_search_common.H.