mirror of
https://github.com/Z3Prover/z3
synced 2025-04-20 23:56:37 +00:00
Calculation based on wrong update list
This commit is contained in:
parent
f77f259542
commit
b765225ed8
|
@ -1676,7 +1676,7 @@ namespace sls {
|
|||
if (!is_str_update) {
|
||||
i = m_int_updates.size();
|
||||
do {
|
||||
lim -= m_str_updates[--i].m_score;
|
||||
lim -= m_int_updates[--i].m_score;
|
||||
} while (lim >= 0 && i > 0);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue