Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

FCSAStarSolvingAlgorithm.h File Reference

This file contains the FCSAStarSolvingAlgorithm class. More...

#include <limits.h>
#include <stdlib.h>
#include <math.h>
#include "FCSFreecellData.h"
#include "FCSFreecellAlgorithm.h"
#include "PriorityQueue.h"

Go to the source code of this file.

Classes

class  FCSAStarSolvingAlgorithm< SolvingAlgorithmType >
 A-star method solver. More...

Defines

#define FCS_A_STAR_CARDS_UNDER_SEQUENCES_EXPONENT   1.3
 Parameter for state rating.
#define FCS_A_STAR_SEQS_OVER_RENEGADE_CARDS_EXPONENT   1.3
 Parameter for state rating.

Enumerations

enum  AStarWeightEnum {
  FCS_A_STAR_WEIGHT_CARDS_OUT = 0, FCS_A_STAR_WEIGHT_MAX_SEQUENCE_MOVE = 1, FCS_A_STAR_WEIGHT_CARDS_UNDER_SEQUENCES = 2, FCS_A_STAR_WEIGHT_SEQS_OVER_RENEGADE_CARDS = 3,
  FCS_A_STAR_WEIGHT_DEPTH = 4
}
 An enum that specifies the meaning of each A* weight.


Detailed Description

Author:
Michael Mann
Version:
1.0
Date:
August 2002

Definition in file FCSAStarSolvingAlgorithm.h.


Generated on Sat Nov 5 11:20:16 2005 for Cpp Freecell Solver by  doxygen 1.4.4