I believe the following unexpected behavior is related:
When calling Fast Downward with the driver arguments "--translate" and "--
validate" (without "--search"), the current plan file (default: sas_plan) is
validated, even though no plan is actually created -- sometimes such a plan file
does not exist, or more critical, it may be an old one lying around. We probably
only want to call validate when "--search" is part of the driver arguments and we
have PDDL files.
|