#include <alphaBeta3.h>
Public Member Functions | |
void | setPV (Move m, const SearchInfo &, const PVVector &) |
Definition at line 56 of file alphaBeta3.h.
void osl::search::AlphaBeta3::PVVector::setPV | ( | Move | m, |
const SearchInfo & | node, | ||
const PVVector & | child | ||
) |
Definition at line 1039 of file alphaBeta3.cc.
References osl::search::AlphaBeta3::SearchInfo::height, and osl::search::AlphaBeta3::SearchInfo::in_check.
Referenced by osl::search::AlphaBeta3::quiesce(), osl::search::AlphaBeta3::quiesceRoot(), and osl::search::AlphaBeta3::searchRoot().