Making sure that PDDL predicates contain only primitive types for the time being.
This commit is contained in:
@@ -23,9 +23,10 @@ class TranslatorASP
|
||||
|
||||
void translate(std::ostream &ostream) const;
|
||||
|
||||
private:
|
||||
void checkSupport() const;
|
||||
|
||||
void translateDomain(std::ostream &ostream) const;
|
||||
|
||||
|
||||
void translateProblem(std::ostream &ostream) const;
|
||||
|
||||
const Description &m_description;
|
||||
|
Reference in New Issue
Block a user