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:
parent
7fe46de266
commit
8e033c1e71
3 changed files with 32 additions and 17 deletions
|
@ -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