#include "Config.h"
#include "FCEnums.h"
#include "FCState.h"
#include "FCSDebugDisplayInfo.h"
Go to the source code of this file.
Classes | |
class | FCCommandLineArguments |
Handles all command line arguments. More... | |
Defines | |
#define | FC_SIZE_OF_SEQUENCE_BUILT_BY 16 |
Max size of sequence built by string. | |
#define | FC_SIZE_OF_SEQUENCE_MOVE 10 |
Max size of sequence move string. | |
#define | FC_SIZE_OF_EMPTY_STACK_FILLED_BY 6 |
Max size of empty stack by string. | |
#define | FC_SIZE_OF_GAME_NAME 20 |
Max size of game name string. | |
#define | FC_SIZE_OF_SOLVING_METHOD 9 |
Max size of solving method string. | |
#define | FC_SIZE_OF_ASTAR_WEIGHT_ARRAY 26 |
Max size of a-star weight array string. | |
#define | FC_NUMBER_OF_ASTAR_WEIGHTS 5 |
Max number of a-star weights. | |
#define | FC_SIZE_OF_STATE_TYPE_ARRAY 9 |
Max size of state type string. | |
#define | FC_SIZE_OF_STATE_STORAGE 10 |
Max size of state storage string. | |
#define | FC_SIZE_OF_STACK_STORAGE 10 |
Max size of stack storage string. | |
#define | FC_SIZE_OF_TALON 9 |
Max size of talon type string. | |
#define | FC_SIZE_OF_INPUT_USER_STATE 1024 |
Max size of a user inputed state string. |
Definition in file FCCommandLineArguments.h.