Public Member Functions | |
FullWidth (qsearch_t **q, eval_t &e) | |
const std::string | name () const |
const std::pair< int, int > | alphaBeta (Player turn, int, int) const |
Definition at line 176 of file range-vs-nodes.cc.
FullWidth::FullWidth | ( | qsearch_t ** | q, |
eval_t & | e | ||
) | [inline] |
Definition at line 179 of file range-vs-nodes.cc.
const std::pair<int,int> FullWidth::alphaBeta | ( | Player | turn, |
int | , | ||
int | |||
) | const [inline, virtual] |
const std::string FullWidth::name | ( | ) | const [inline, virtual] |
Implements Searcher.
Definition at line 182 of file range-vs-nodes.cc.