#include <libertyEstimator.h>
Static Public Member Functions | |
template<class State > | |
static void | attackH (Player attacker, const State &state, King8Info info, Move move, unsigned int &proof_number, unsigned int &disproof_number) |
template<class State > | |
static void | defenseH (Player, const State &, Move, unsigned int &proof_number, unsigned int &disproof_number) |
Definition at line 12 of file libertyEstimator.h.
static void osl::checkmate::PureLibertyEstimator::attackH | ( | Player | attacker, |
const State & | state, | ||
King8Info | info, | ||
Move | move, | ||
unsigned int & | proof_number, | ||
unsigned int & | disproof_number | ||
) | [inline, static] |
Definition at line 16 of file libertyEstimator.h.
References osl::alt(), osl::checkmate::ProofNumberTable::countLiberty(), osl::checkmate::King8Info::libertyCount(), and osl::checkmate::Proof_Number_Table.
static void osl::checkmate::PureLibertyEstimator::defenseH | ( | Player | , |
const State & | , | ||
Move | , | ||
unsigned int & | proof_number, | ||
unsigned int & | disproof_number | ||
) | [inline, static] |
Definition at line 29 of file libertyEstimator.h.