Main   Namespaces   Classes   Hierarchy   Annotated   Files   Compound   Global   Pages  

DfsSolutionSet Struct Reference

Contains all relevant data for a solution to a state. More...

#include <DfsSolver.hpp>

List of all members.

Public Member Functions

 DfsSolutionSet ()
void SetPV (HexPoint cell)
void SetPV (HexPoint cell, const PointSequence &pv)

Public Attributes

bitset_t proof
int m_numMoves
PointSequence pv
DfsBranchStatistics stats

Detailed Description

Contains all relevant data for a solution to a state.

Definition at line 164 of file DfsSolver.hpp.


Constructor & Destructor Documentation

DfsSolutionSet::DfsSolutionSet (  )  [inline]

Definition at line 181 of file DfsSolver.hpp.


Member Function Documentation

void DfsSolutionSet::SetPV ( HexPoint  cell,
const PointSequence pv 
) [inline]

Definition at line 192 of file DfsSolver.hpp.

References pv.

void DfsSolutionSet::SetPV ( HexPoint  cell  )  [inline]

Definition at line 186 of file DfsSolver.hpp.

References pv.

Referenced by DfsSolver::OrderMoves(), and DfsSolver::SolveInteriorState().


Member Data Documentation


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


6 Jan 2011 Doxygen 1.6.3