GCS: enable to invalidate diagnosis result

This commit is contained in:
Abdullah Tahiri
2020-12-20 21:38:02 +01:00
committed by abdullahtahiriyo
parent 170eb8c4fd
commit 13d8a16047
2 changed files with 8 additions and 0 deletions

View File

@@ -548,6 +548,13 @@ void System::clear()
p2c.clear();
}
void System::invalidatedDiagnosis()
{
hasDiagnosis=false;
pDependentParameters.clear();
pDependentParametersGroups.clear();
}
void System::clearByTag(int tagId)
{
std::vector<Constraint *> constrvec;