mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
fix #5102
This commit is contained in:
parent
1cb0dbae51
commit
18143d8932
6 changed files with 41 additions and 32 deletions
|
@ -312,6 +312,8 @@ namespace recfun {
|
|||
}
|
||||
if (found) {
|
||||
++m_num_rounds;
|
||||
if (!to_delete && !m_disabled_guards.empty())
|
||||
to_delete = m_disabled_guards.back();
|
||||
if (to_delete) {
|
||||
m_disabled_guards.erase(to_delete);
|
||||
m_enabled_guards.push_back(to_delete);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue