1

I use the planner Metric-FF. After the specification of the problem and domain files I get the error "too many (inferred) types! increase MAX_TYPES (currently 50)". I have many types specified (and might need even more).

Do you know how to increase the number of allowed types?

1 Answers1

0

Edit ff.h and change the line: #define MAX_TYPES 50 to whatever value you see fit.

clean and recompile

make clean
make
t0m9er
  • 143
  • 2
  • 11