The planner should be called with a more readable (and more flexible) call syntax.
For example,
./search lazy(alt(use_preferred=true, ff, lama(lm-gen=zg)))
would call lazy best first search with an alternation open list
that alternates between the ff heuristic and the lama heuristic
(with some option lm-gen=zg) and uses additional queues for the
preferred operators.
|