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:
2017-11-21 01:57:44 +01:00
parent 11e404b20a
commit a321e412b3

View File

@@ -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