Making sure that PDDL predicates contain only primitive types for the time being.

This commit is contained in:
2016-06-12 22:19:55 +02:00
parent 89bb54a3ec
commit 639b7646c9
2 changed files with 26 additions and 2 deletions

View File

@@ -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;