mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
parent
f158ab8395
commit
84090aaf24
4 changed files with 18 additions and 15 deletions
|
@ -355,7 +355,6 @@ namespace smt {
|
|||
|
||||
void dyn_ack_manager::del_clause_eh(clause * cls) {
|
||||
m_context.m_stats.m_num_del_dyn_ack++;
|
||||
|
||||
app_pair p((app*)nullptr,(app*)nullptr);
|
||||
if (m_clause2app_pair.find(cls, p)) {
|
||||
SASSERT(p.first && p.second);
|
||||
|
|
|
@ -2928,12 +2928,12 @@ namespace smt {
|
|||
m_model_generator->reset();
|
||||
for (theory* t : m_theory_set)
|
||||
t->flush_eh();
|
||||
undo_trail_stack(0);
|
||||
m_qmanager = nullptr;
|
||||
del_clauses(m_aux_clauses, 0);
|
||||
del_clauses(m_lemmas, 0);
|
||||
del_justifications(m_justifications, 0);
|
||||
reset_tmp_clauses();
|
||||
undo_trail_stack(0);
|
||||
m_qmanager = nullptr;
|
||||
if (m_is_diseq_tmp) {
|
||||
m_is_diseq_tmp->del_eh(m, false);
|
||||
m.dec_ref(m_is_diseq_tmp->get_owner());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue