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
@@ -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);