3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-02-08 18:19:40 +00:00

extend invariant check

This commit is contained in:
Jakob Rath 2023-01-09 17:16:47 +01:00
parent c55d316c6a
commit 181995a4fb
2 changed files with 10 additions and 5 deletions

View file

@ -314,7 +314,7 @@ namespace polysat {
static bool invariant(signed_constraints const& cs);
bool wlist_invariant() const;
bool bool_watch_invariant() const;
bool assignment_invariant() const;
bool eval_invariant() const;
bool var_queue_invariant() const;
bool verify_sat();