Normalizing problems’ goal descriptions.

This commit is contained in:
2016-09-02 18:49:30 +02:00
parent 5f406e6b18
commit 23e851ccef
3 changed files with 16 additions and 0 deletions

View File

@@ -45,6 +45,8 @@ class Problem
void checkConsistency();
void normalize();
private:
void parseRequirementSection();
void computeDerivedRequirements();