1 #ifndef _FITNESS_PRIVATE_H 2 #define _FITNESS_PRIVATE_H 15 #define MAX_MEMORY ((long int) 4*1E9) // Max total size of memory allocated 54 int hh, pp, hp, hb, pb, bb;
Holds a triple of integer values.
Definition: fitness_private.h:46
struct FitnessCalc_ FitnessCalc
Structure that holds resources to be reused throughout calls to functions.
Holds a pair of integer values.
Definition: fitness_private.h:40
Routines for mathematical manipulation of vectors and points in the integer space.
Routines for handling HP chains.
Used to return many measures to the caller.
Definition: fitness_private.h:53
char HPElem
HPChain is how we call an array of HPElem.
Definition: hpchain.h:9
Type for representing a tridimensional coordinate.
Definition: int3d.h:17
Structure that holds resources to be reused throughout calls to functions.
Definition: fitness_private.h:18
Holds a triple of double values.
Definition: fitness_private.h:27
Holds a pair of double values.
Definition: fitness_private.h:34