change SMTChecker default settings

This commit is contained in:
Leo Alt
2023-05-24 12:03:57 +02:00
parent 02a07fdf46
commit e698a22ca3
32 changed files with 66 additions and 583 deletions
+3
View File
@@ -82,6 +82,9 @@ SMTCheckerTest::SMTCheckerTest(string const& _filename): SyntaxTest(_filename, E
if (m_modelCheckerSettings.solvers.none() || m_modelCheckerSettings.engine.none())
m_shouldRun = false;
// Disable the default timeout to force resource limit.
m_modelCheckerSettings.timeout = {};
auto const& ignoreCex = m_reader.stringSetting("SMTIgnoreCex", "yes");
if (ignoreCex == "no")
m_ignoreCex = false;