**** BUILDING ******* The script "build" compiles everything needed, i.e.: - Compiles the planner FD for a 64 bits machine, in case of 32 bits machines you have to change all the Makefile files under directory planning/fd, replacing all occurrences of -m64 by -m32 - Compiles the planner LPG-adapt: you first need to ask the code to the authors and place it in directory planning/LPG-adapt. It is only neccesary form using lpg-adapt as a replanning algorithm - Generates the SBCL image map-core using 6G (like in the IPC 2011). In case your machine has less memory remove the --dynamic-space-size 6000 from the script ****** EXECUTING ********* The script "run-plan" executes the planner. It needs at least 3 parameters: the PDDL domain file, the problem file and the solution file (like in the IPC 2011). The parameters of the script are the following: -d -p -o -A -g -a -r [-i (default nil)] [-m (default nil)] [-s (default name)] [-t