mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Add SMTCheckerTest isoltest option to ignore invariants
This commit is contained in:
@@ -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`.
|
||||
|
||||
Reference in New Issue
Block a user