mirror of
https://github.com/Z3Prover/z3
synced 2025-06-19 04:13:38 +00:00
parent
b686bb61fe
commit
78ebe0a94c
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ void solver_na2as::push() {
|
||||||
}
|
}
|
||||||
|
|
||||||
void solver_na2as::pop(unsigned n) {
|
void solver_na2as::pop(unsigned n) {
|
||||||
if (n > 0) {
|
if (n > 0 && !m_scopes.empty()) {
|
||||||
unsigned lvl = m_scopes.size();
|
unsigned lvl = m_scopes.size();
|
||||||
n = std::min(lvl, n);
|
n = std::min(lvl, n);
|
||||||
pop_core(n);
|
pop_core(n);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue