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:
@@ -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
|
||||||
|
Reference in New Issue
Block a user