mirror of
https://github.com/Z3Prover/z3
synced 2026-02-28 19:01:29 +00:00
build_lemma returns clause_builder; adjust reason in revert_bool_decision
This commit is contained in:
parent
733c21bb20
commit
24f96acf4f
8 changed files with 83 additions and 75 deletions
|
|
@ -218,7 +218,6 @@ namespace polysat {
|
|||
void resolve_bool(sat::literal lit);
|
||||
void revert_decision(pvar v);
|
||||
void revert_bool_decision(sat::literal lit);
|
||||
clause_ref mk_fallback_lemma(unsigned lvl);
|
||||
|
||||
void report_unsat();
|
||||
void learn_lemma(pvar v, clause_ref lemma);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue