mirror of
https://github.com/Z3Prover/z3
synced 2025-08-25 04:26:00 +00:00
bailout for saturation lemmas
This commit is contained in:
parent
c78007fd1a
commit
d473c23e5b
5 changed files with 89 additions and 24 deletions
|
@ -205,6 +205,7 @@ namespace polysat {
|
|||
|
||||
void resolve_conflict();
|
||||
void backtrack_fi();
|
||||
void backtrack_lemma();
|
||||
void revert_decision(pvar v);
|
||||
void revert_bool_decision(sat::literal lit);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue