mirror of
https://github.com/Z3Prover/z3
synced 2025-04-30 12:25:51 +00:00
fix #6585
This commit is contained in:
parent
44fcf60a72
commit
a976b781a0
2 changed files with 3 additions and 3 deletions
|
@ -68,8 +68,8 @@ void emonics::pop(unsigned n) {
|
|||
TRACE("nla_solver_mons", tout << "pop: " << n << "\n";);
|
||||
SASSERT(invariant());
|
||||
for (unsigned i = 0; i < n; ++i) {
|
||||
m_u_f_stack.pop_scope(1);
|
||||
m_ve.pop(1);
|
||||
m_u_f_stack.pop_scope(1);
|
||||
}
|
||||
SASSERT(invariant());
|
||||
SASSERT(monics_are_canonized());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue