#include <SolverDB.hpp>
Public Member Functions | |
SolverDBParameters () | |
Public Attributes | |
std::size_t | m_maxStones |
States with fewer stones go into the database, otherwise the hashtable. | |
std::size_t | m_transStones |
States with fewer stones get transpositions/flipped states. | |
bool | m_useProofTranspositions |
bool | m_useFlippedStates |
Definition at line 18 of file SolverDB.hpp.
SolverDBParameters::SolverDBParameters | ( | ) | [inline] |
Definition at line 34 of file SolverDB.hpp.
std::size_t SolverDBParameters::m_maxStones |
States with fewer stones go into the database, otherwise the hashtable.
Definition at line 22 of file SolverDB.hpp.
Referenced by DfsCommands::CmdParamSolverDB(), DfpnCommands::CmdParamSolverDB(), SolverDB< HASH, DB, DATA >::Get(), and SolverDB< HASH, DB, DATA >::Put().
std::size_t SolverDBParameters::m_transStones |
States with fewer stones get transpositions/flipped states.
Definition at line 25 of file SolverDB.hpp.
Referenced by DfsCommands::CmdParamSolverDB(), DfpnCommands::CmdParamSolverDB(), and DfsSolver::StoreState().
Definition at line 29 of file SolverDB.hpp.
Referenced by DfsCommands::CmdParamSolverDB(), DfpnCommands::CmdParamSolverDB(), and DfsSolver::StoreState().
Definition at line 27 of file SolverDB.hpp.
Referenced by DfsCommands::CmdParamSolverDB(), DfpnCommands::CmdParamSolverDB(), and DfsSolver::StoreState().