#include <searchWindow.h>
Public Member Functions | |
AlphaBetaWindow (int a, int b) | |
int & | alpha () |
int & | beta () |
int | alpha () const |
int | beta () const |
const AlphaBetaWindow | flipPlayer () const |
bool | isConsistent (Player P) const |
bool | null () const |
void | dump () const |
Public Attributes | |
int | alpha_value |
int | beta_value |
Definition at line 13 of file searchWindow.h.
|
inlineexplicit |
Definition at line 16 of file searchWindow.h.
Referenced by flipPlayer().
|
inline |
Definition at line 21 of file searchWindow.h.
References alpha_value.
Referenced by flipPlayer(), isConsistent(), osl::search::AlphaBetaWindowUtil< P, EvalBase >::isOutOfWindow(), and null().
|
inline |
Definition at line 23 of file searchWindow.h.
References alpha_value.
|
inline |
Definition at line 22 of file searchWindow.h.
References beta_value.
Referenced by flipPlayer(), isConsistent(), osl::search::AlphaBetaWindowUtil< P, EvalBase >::isOutOfWindow(), and null().
|
inline |
Definition at line 24 of file searchWindow.h.
References beta_value.
void osl::search::AlphaBetaWindow::dump | ( | ) | const |
|
inline |
Definition at line 25 of file searchWindow.h.
References alpha(), AlphaBetaWindow(), and beta().
|
inline |
Definition at line 29 of file searchWindow.h.
References alpha(), beta(), and osl::eval::notLessThan().
|
inline |
Definition at line 33 of file searchWindow.h.
int osl::search::AlphaBetaWindow::alpha_value |
Definition at line 15 of file searchWindow.h.
Referenced by alpha().
int osl::search::AlphaBetaWindow::beta_value |
Definition at line 15 of file searchWindow.h.
Referenced by beta().