A specialized option of the Run class (e.g., FastDownwardRun) could make life easier for the user when defining a FD run by providing an interface where the planner, the PDDL files, etc. could be provided as constructor arguments instead of passing the actual entire call string to the constructor.
A specialized option of the
Run
class (e.g.,FastDownwardRun
) could make life easier for the user when defining a FD run by providing an interface where the planner, the PDDL files, etc. could be provided as constructor arguments instead of passing the actual entire call string to the constructor.