|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Null history heuristic hook used when a domain has no move key. More...
#include <search_move_ordering.H>
Static Public Member Functions | |
| static void | clear () noexcept |
| No-op. | |
| template<typename Key > | |
| static size_t | score (const Key &) noexcept |
| Always returns zero. | |
| template<typename Key > | |
| static void | record (const Key &, const size_t=1) noexcept |
| No-op. | |
Static Public Attributes | |
| static constexpr bool | supported = false |
| Marker indicating that this table does nothing. | |
Null history heuristic hook used when a domain has no move key.
Definition at line 193 of file search_move_ordering.H.
|
inlinestaticnoexcept |
Marker indicating that this table does nothing.
Definition at line 196 of file search_move_ordering.H.