#include "FCCommandLineArguments.h"
#include "FCSFreecellSolvingAlgorithm.h"
#include "FCSOptimizeSolvingAlgorithm.h"
#include "TestSolvingAlgorithms.h"
#include "MainGameFunctions.h"
#include "AFreecellGameBoard.h"
Go to the source code of this file.
Defines | |
| #define | NUMBER_OF_COMMAND_LINE_PARAMETERS 16 |
| Maximum number of command line parameters. | |
| #define | MAX_LENGTH_OF_COMMAND_LINE_PARAMETER 40 |
| Largest string size a command line parameter can have. | |
| #define | TEST_GAME_START 1 |
| what board number to start testing at | |
| #define | TEST_GAME_END 1001 |
| what board number to end testing at | |
Functions | |
| void | TestEachGame () |
| Test each game type. | |
Definition in file TestSolvingAlgorithms.cpp.
1.4.4