mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
7fe46de266
commit
8e033c1e71
3 changed files with 32 additions and 17 deletions
|
@ -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) {
|
||||
|
|
|
@ -2449,9 +2449,9 @@ namespace smt {
|
|||
m_th_eq_propagation_queue.reset();
|
||||
m_th_diseq_propagation_queue.reset();
|
||||
m_atom_propagation_queue.reset();
|
||||
|
||||
m_region.pop_scope(num_scopes);
|
||||
m_scopes.shrink(new_lvl);
|
||||
m_conflict_resolution->reset();
|
||||
|
||||
m_scope_lvl = new_lvl;
|
||||
if (new_lvl < m_base_lvl) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue