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:
@@ -95,6 +95,7 @@ struct ModelCheckerInvariants
|
||||
static ModelCheckerInvariants Default() { return *fromString("default"); }
|
||||
/// Adds all targets, including underflow and overflow.
|
||||
static ModelCheckerInvariants All() { return *fromString("all"); }
|
||||
static ModelCheckerInvariants None() { return {{}}; }
|
||||
|
||||
static std::optional<ModelCheckerInvariants> fromString(std::string const& _invs);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user