mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
parent
c108b7f99c
commit
e2a247a64a
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ namespace opt {
|
|||
for (unsigned i = 0; i < m_lower.size(); ++i) {
|
||||
all_tight &= m_lower[i] == m_upper[i];
|
||||
}
|
||||
if (all_tight)
|
||||
if (all_tight || delta_index + 1 == m_lower.size())
|
||||
break;
|
||||
delta_per_step = 1;
|
||||
steps = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue