Started testing PDDL problem parsing for a Blocks World problem.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user