Globabl statistics for the current solver run. More...
Public Member Functions | |
GlobalStatistics () | |
Public Attributes | |
unsigned | played |
Times HexBoard::PlayMove() was called. |
Globabl statistics for the current solver run.
Definition at line 309 of file DfsSolver.hpp.
DfsSolver::GlobalStatistics::GlobalStatistics | ( | ) | [inline] |
Definition at line 314 of file DfsSolver.hpp.
unsigned DfsSolver::GlobalStatistics::played |
Times HexBoard::PlayMove() was called.
Definition at line 312 of file DfsSolver.hpp.
Referenced by DfsSolver::DumpStats(), DfsSolver::PlayMove(), and DfsSolver::SolveState().