Issue569

Title driver script idea collection
Priority meta Status chatting
Superseder Nosy List florian, jendrik, malte
Assigned To Keywords driver
Optional summary
1. run validator (issue574)
2. handle single-file PDDL input
3. handle compressed input (xz etc.)
4. handle pipelining between components (see also point 9. below)
5. refactor portfolio code, see issue414
6. when search is not run, options should go to first component being run by 
default
7. call translator as a module
8. rename --overall-{time,memory}-limit to --planner-{time,memory}-limit
9. let driver delete output.sas file (issue864)

Created on 2015-07-27.19:50:19 by malte, last changed by malte.

Summary
1. run validator (issue574)
2. handle single-file PDDL input
3. handle compressed input (xz etc.)
4. handle pipelining between components (see also point 9. below)
5. refactor portfolio code, see issue414
6. when search is not run, options should go to first component being run by 
default
7. call translator as a module
8. rename --overall-{time,memory}-limit to --planner-{time,memory}-limit
9. let driver delete output.sas file (issue864)
Messages
msg8059 (view) Author: malte Date: 2018-11-06.01:22:32
Summary: make issue864 an item of its own (no. 9).
msg8057 (view) Author: malte Date: 2018-11-06.01:21:19
Summary: added reference to issue864 for the pipelining idea.
msg6882 (view) Author: malte Date: 2018-03-16.12:19:14
Explanation for Jendrik's last edit of the summary:

The motivation for the "overall" to "planner" limit name change is that we want
to introduce limits for the validator, too. What is currently called the
"overall" time limit is supposed to only apply to the planner itself, not the
validator, which makes "planner" a better word than "overall".
msg4509 (view) Author: florian Date: 2015-07-28.10:20:56
Not sure if this fits here since it would require more changes in the
translator, but you also mentioned that we might want to call the translator as
a module.
msg4499 (view) Author: jendrik Date: 2015-07-27.19:56:41
Refactoring the portfolio code is still 
current, though not pressing.
msg4498 (view) Author: malte Date: 2015-07-27.19:50:19
Here is an old list of ideas for our driver script that has never made it onto
the tracker:

1. optionally run validator
2. handle single-file PDDL input
3. handle compressed input (xz etc.)
4. handle pipelining between components
5. refactor portfolio code, see issue414 (is this still current?)
6. when search is not run, options should go to first component being run by default
History
Date User Action Args
2018-11-06 01:22:32maltesetmessages: + msg8059
summary: 1. run validator (issue574) 2. handle single-file PDDL input 3. handle compressed input (xz etc.) 4. handle pipelining between components (see also issue864) 5. refactor portfolio code, see issue414 6. when search is not run, options should go to first component being run by default 7. call translator as a module 8. rename --overall-{time,memory}-limit to --planner-{time,memory}-limit -> 1. run validator (issue574) 2. handle single-file PDDL input 3. handle compressed input (xz etc.) 4. handle pipelining between components (see also point 9. below) 5. refactor portfolio code, see issue414 6. when search is not run, options should go to first component being run by default 7. call translator as a module 8. rename --overall-{time,memory}-limit to --planner-{time,memory}-limit 9. let driver delete output.sas file (issue864)
2018-11-06 01:21:19maltesetmessages: + msg8057
summary: 1. run validator (issue574) 2. handle single-file PDDL input 3. handle compressed input (xz etc.) 4. handle pipelining between components 5. refactor portfolio code, see issue414 6. when search is not run, options should go to first component being run by default 7. call translator as a module 8. rename --overall-{time,memory}-limit to --planner-{time,memory}-limit -> 1. run validator (issue574) 2. handle single-file PDDL input 3. handle compressed input (xz etc.) 4. handle pipelining between components (see also issue864) 5. refactor portfolio code, see issue414 6. when search is not run, options should go to first component being run by default 7. call translator as a module 8. rename --overall-{time,memory}-limit to --planner-{time,memory}-limit
2018-03-16 12:19:14maltesetmessages: + msg6882
2018-03-16 10:47:09jendriksetsummary: 1. run validator (issue574) 2. handle single-file PDDL input 3. handle compressed input (xz etc.) 4. handle pipelining between components 5. refactor portfolio code, see issue414 6. when search is not run, options should go to first component being run by default 7. call translator as a module -> 1. run validator (issue574) 2. handle single-file PDDL input 3. handle compressed input (xz etc.) 4. handle pipelining between components 5. refactor portfolio code, see issue414 6. when search is not run, options should go to first component being run by default 7. call translator as a module 8. rename --overall-{time,memory}-limit to --planner-{time,memory}-limit
2015-10-28 12:13:46jendriksetsummary: 1. run validator (issue574) 2. handle single-file PDDL input 3. handle compressed input (xz etc.) 4. handle pipelining between components 5. refactor portfolio code, see issue414 6. when search is not run, options should go to first component being run by default 7. call translator as a module
2015-07-28 10:20:56floriansetnosy: + florian
messages: + msg4509
2015-07-27 19:56:41jendriksetnosy: + jendrik
messages: + msg4499
2015-07-27 19:50:19maltecreate