#include "Hex.hpp"
#include "HexEval.hpp"
#include "SearchedState.hpp"
#include "TransTable.hpp"
Go to the source code of this file.
Classes | |
class | HexAbSearch |
Base Alpha-Beta search class. More... | |
struct | HexAbSearch::Statistics |
Search statistics. More... | |
Variables | |
_BEGIN_BENZENE_NAMESPACE_ typedef TransTable < SearchedState > | SearchTT |
Definition in file HexAbSearch.hpp.
_BEGIN_BENZENE_NAMESPACE_ typedef TransTable<SearchedState> SearchTT |
Definition at line 18 of file HexAbSearch.hpp.