Started testing PDDL problem parsing for a Blocks World problem.

This commit is contained in:
2016-06-08 13:52:36 +02:00
parent ad23c89266
commit d23ec14e9d
4 changed files with 56 additions and 8 deletions

View File

@@ -88,6 +88,15 @@ const Domain &Description::domain() const
////////////////////////////////////////////////////////////////////////////////////////////////////
const Problem &Description::problem() const
{
BOOST_ASSERT(m_problem);
return *m_problem;
}
////////////////////////////////////////////////////////////////////////////////////////////////////
void Description::parseContent()
{
// First, determine the locations of domain and problem