Made order of sections of translated SAS more uniform with PDDL.

This commit is contained in:
2016-08-13 02:29:48 +02:00
parent 8be67e7065
commit 230c6dfc15
3 changed files with 23 additions and 13 deletions

View File

@@ -45,6 +45,8 @@ class Description
bool usesAxiomRules() const;
bool usesConditionalEffects() const;
bool hasRequirements() const;
private:
Description();