#include "FCCompactState.h"
Go to the source code of this file.
Classes | |
| class | FCSCompactStateWithLocations< StateWithLocation > |
| Abstract class representing a compact state in a card game with additional data to process and store it. More... | |
Defines | |
| #define | FCS_FREECELLS_OFFSET (MAX_NUM_STACKS*(MAX_NUM_CARDS_IN_A_STACK+1)) |
| Offset of the freecells in the array of cards. | |
| #define | FCS_FOUNDATIONS_OFFSET (MAX_NUM_STACKS*(MAX_NUM_CARDS_IN_A_STACK+1)+MAX_NUM_FREECELLS) |
| Offset of the foundataions in the array of cards. | |
Definition in file FCSCompactStateWithLocations.h.
1.4.4