|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Specialized killer table for moves without equality support (no-op). More...
#include <search_move_ordering.H>
Static Public Member Functions | |
| static void | clear () noexcept |
| No-op. | |
| static bool | is_killer (const size_t, const Move &) noexcept |
| Always returns false. | |
| static void | record (const size_t, const Move &) noexcept |
| No-op. | |
Static Public Attributes | |
| static constexpr bool | supported = false |
| Marker indicating that this table does nothing. | |
Specialized killer table for moves without equality support (no-op).
Definition at line 110 of file search_move_ordering.H.
|
inlinestaticnoexcept |
No-op.
Definition at line 117 of file search_move_ordering.H.
|
inlinestaticnoexcept |
No-op.
Definition at line 131 of file search_move_ordering.H.
|
staticconstexpr |
Marker indicating that this table does nothing.
Definition at line 114 of file search_move_ordering.H.