mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
parent
770c51ad2b
commit
49610f5159
1 changed files with 2 additions and 0 deletions
|
@ -3712,6 +3712,8 @@ namespace sat {
|
|||
}
|
||||
|
||||
void solver::user_pop(unsigned num_scopes) {
|
||||
if (m_user_scope_literals.empty())
|
||||
return;
|
||||
unsigned old_sz = m_user_scope_literals.size() - num_scopes;
|
||||
bool_var max_var = m_user_scope_literals[old_sz].var();
|
||||
m_user_scope_literals.shrink(old_sz);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue