3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-25 12:35:59 +00:00

lemma_invariant

This commit is contained in:
Jakob Rath 2022-09-30 13:12:47 +02:00
parent 5e54cd3e44
commit 05442e8788
2 changed files with 13 additions and 6 deletions

View file

@ -227,6 +227,7 @@ namespace polysat {
bool invariant();
static bool invariant(signed_constraints const& cs);
bool lemma_invariant(clause const& lemma);
bool wlist_invariant();
bool assignment_invariant();
bool verify_sat();