Print the planner call to the log files
In order to inspect what the planner actually executed, this lets the planner print the actual call so that it can be easily reproduced.
This commit is contained in:
parent
11e404b20a
commit
a321e412b3
@ -2,6 +2,7 @@ options:
|
|||||||
basics: &basics
|
basics: &basics
|
||||||
- "--stats"
|
- "--stats"
|
||||||
- "--verbose"
|
- "--verbose"
|
||||||
|
- "--print-call"
|
||||||
fastDownwardPreprocessing: &fastDownwardPreprocessing
|
fastDownwardPreprocessing: &fastDownwardPreprocessing
|
||||||
- "--translate"
|
- "--translate"
|
||||||
plannerSequential: &plannerSequential
|
plannerSequential: &plannerSequential
|
||||||
|
Loading…
Reference in New Issue
Block a user