3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-12 02:04:43 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-03-31 12:30:13 -07:00
parent 0ff97d5a31
commit 2b5247a37b
4 changed files with 35 additions and 37 deletions

View file

@ -2929,8 +2929,9 @@ namespace smt {
TRACE("flush", tout << "m_scope_lvl: " << m_scope_lvl << "\n";);
m_relevancy_propagator = nullptr;
m_model_generator->reset();
for (theory* t : m_theory_set)
for (theory* t : m_theory_set) {
t->flush_eh();
}
del_clauses(m_aux_clauses, 0);
del_clauses(m_lemmas, 0);
del_justifications(m_justifications, 0);