Main   Namespaces   Classes   Hierarchy   Annotated   Files   Compound   Global   Pages  

SolverDBParameters Struct Reference

#include <SolverDB.hpp>

List of all members.

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

Detailed Description

Definition at line 18 of file SolverDB.hpp.


Constructor & Destructor Documentation

SolverDBParameters::SolverDBParameters (  )  [inline]

Definition at line 34 of file SolverDB.hpp.


Member Data Documentation

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().

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().


The documentation for this struct was generated from the following file:


6 Jan 2011 Doxygen 1.6.3