Added to-do.
This commit is contained in:
parent
85444f235b
commit
f8fc1865a2
@ -349,6 +349,7 @@ void Problem::parseGoalSection()
|
|||||||
parser.expect<std::string>(":");
|
parser.expect<std::string>(":");
|
||||||
parser.expect<std::string>("goal");
|
parser.expect<std::string>("goal");
|
||||||
|
|
||||||
|
// TODO: remove workaround
|
||||||
expressions::Variables noParameters;
|
expressions::Variables noParameters;
|
||||||
|
|
||||||
ExpressionContext expressionContext(m_domain, this, noParameters);
|
ExpressionContext expressionContext(m_domain, this, noParameters);
|
||||||
|
Reference in New Issue
Block a user