This commit is contained in:
Leo Alt
2021-08-04 13:54:50 +02:00
parent 700fe3e5d4
commit 3c1f555f71
35 changed files with 135 additions and 51 deletions
+1 -1
View File
@@ -958,7 +958,7 @@ std::variant<StandardCompiler::InputsAndSettings, Json::Value> StandardCompiler:
return formatFatalError("JSONError", "settings.modelChecker.showUnproved must be a Boolean value.");
ret.modelCheckerSettings.showUnproved = showUnproved.asBool();
}
if (modelCheckerSettings.isMember("solvers"))
{
auto const& solversArray = modelCheckerSettings["solvers"];