3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-03 09:50:23 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-04-03 11:30:29 -07:00
parent 7fe46de266
commit 8e033c1e71
3 changed files with 32 additions and 17 deletions

View file

@ -1335,6 +1335,7 @@ namespace smt {
else
m_lemma_proof = m.mk_lemma(pr, fact);
m_new_proofs.reset();
reset();
}
void conflict_resolution::process_antecedent_for_unsat_core(literal antecedent) {