初手に対して詰めろ探索をするかどうかを判定 More...
#include <firstMoveThreatmate.h>
Static Public Member Functions | |
static bool | isMember (Move last_move, Square king) |
初手に対して詰めろ探索をするかどうかを判定
Definition at line 14 of file firstMoveThreatmate.h.
static bool osl::search::FirstMoveThreatmate::isMember | ( | Move | last_move, |
Square | king | ||
) | [inline, static] |
Definition at line 16 of file firstMoveThreatmate.h.
References osl::captured(), osl::Move::capturePtype(), osl::isMajor(), osl::Move::ptype(), osl::PTYPE_EMPTY, osl::Move::to(), osl::Square::x(), and osl::Square::y().
Referenced by osl::search::SearchState2Core::tryThreatmate().