Add SMTCheckerTest isoltest option to ignore invariants

This commit is contained in:
Leo Alt
2021-10-26 11:30:30 +02:00
parent 3118fb3666
commit 37215ffcfd
3 changed files with 13 additions and 0 deletions
+2
View File
@@ -49,6 +49,8 @@ protected:
Set in m_modelCheckerSettings.
SMTIgnoreCex: `yes`, `no`, where the default is `no`.
Set in m_ignoreCex.
SMTIgnoreInv: `yes`, `no`, where the default is `no`.
Set in m_modelCheckerSettings.
SMTShowUnproved: `yes`, `no`, where the default is `yes`.
Set in m_modelCheckerSettings.
SMTSolvers: `all`, `cvc4`, `z3`, `none`, where the default is `all`.