Added to-dos.
This commit is contained in:
parent
e481732fae
commit
0f2c81f894
@ -169,6 +169,7 @@ void Domain::parseRequirementSection()
|
|||||||
m_context.parser.skipWhiteSpace();
|
m_context.parser.skipWhiteSpace();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO: Do this check only once the problem is parsed
|
||||||
// If no requirements are specified, assume STRIPS
|
// If no requirements are specified, assume STRIPS
|
||||||
if (m_requirements.empty())
|
if (m_requirements.empty())
|
||||||
m_requirements.emplace_back(Requirement::Type::STRIPS);
|
m_requirements.emplace_back(Requirement::Type::STRIPS);
|
||||||
|
@ -133,6 +133,7 @@ void Problem::parseRequirementSection()
|
|||||||
m_context.parser.skipWhiteSpace();
|
m_context.parser.skipWhiteSpace();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO: Do this check only once the domain is parsed
|
||||||
// If no requirements are specified, assume STRIPS
|
// If no requirements are specified, assume STRIPS
|
||||||
if (m_requirements.empty())
|
if (m_requirements.empty())
|
||||||
m_requirements.emplace_back(Requirement::Type::STRIPS);
|
m_requirements.emplace_back(Requirement::Type::STRIPS);
|
||||||
|
Reference in New Issue
Block a user