Put translation of PDDL variable lists into separate method.
This commit is contained in:
@@ -34,6 +34,8 @@ class TranslatorASP
|
||||
|
||||
void translateProblem() const;
|
||||
|
||||
void translateVariables(const expressions::Variables &variables) const;
|
||||
|
||||
const Description &m_description;
|
||||
std::ostream &m_ostream;
|
||||
};
|
||||
|
Reference in New Issue
Block a user