#include <FCSRandomDFSSolvingAlgorithm.h>
Inheritance diagram for FCSRandomDFSSolvingAlgorithm< SolvingAlgorithmType >:

Public Member Functions | |
| FCSRandomDFSSolvingAlgorithm (FCCommandLineArguments *CommandLine) | |
| Constructor with command line interface. | |
| virtual | ~FCSRandomDFSSolvingAlgorithm () |
| Destructor. | |
Protected Member Functions | |
| FCSRandomDFSSolvingAlgorithm () | |
| Default constructor. | |
| void | InitFCSRandomDFSSolvingAlgorithm () |
| The "real" default constructor. | |
| virtual FCSStateSolvingReturnCodes | SolveOrResume (int Depth) |
| Solve or resume solving a game. | |
| virtual void | IncreaseDFSMaxDepth () |
| Increase the max depth and the affected structures. | |
Protected Attributes | |
| int * | m_SoftDFSDerivedStatesRandomIndexesMaxSize |
| Array of maximum sizes for the array of random derived states. | |
| int ** | m_SoftDFSDerivedStatesRandomIndexes |
| Array of random dervied states. | |
| FCSRandom * | m_RandomGenerator |
| Random number generator. | |
Definition at line 19 of file FCSRandomDFSSolvingAlgorithm.h.
|
||||||||||
1.4.4