1
0
Fork 0

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:
Patrick Lühne 2017-11-21 01:57:44 +01:00
parent 11e404b20a
commit a321e412b3
Signed by: patrick
GPG Key ID: 05F3611E97A70ABF
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ options:
basics: &basics
- "--stats"
- "--verbose"
- "--print-call"
fastDownwardPreprocessing: &fastDownwardPreprocessing
- "--translate"
plannerSequential: &plannerSequential