Translating derived predicates of problems.
While derived predicates stemming from the domain were already translated, the ones from the problem were missing. This commit fixes that, although it duplicates the definition of “contains.”
This commit is contained in:
@@ -29,7 +29,7 @@ class TranslatorASP
|
||||
void translateUtils() const;
|
||||
void translateTypes() const;
|
||||
void translatePredicates() const;
|
||||
void translateDerivedPredicates() const;
|
||||
void translateDerivedPredicates(const ::pddl::normalizedAST::DerivedPredicateDeclarations &derivedPredicates) const;
|
||||
void translateActions() const;
|
||||
|
||||
void translateProblem() const;
|
||||
|
Reference in New Issue
Block a user