mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
parent
1380a98a17
commit
d2886a46b7
1 changed files with 4 additions and 0 deletions
|
@ -267,6 +267,10 @@ public:
|
|||
else {
|
||||
++kv.m_value;
|
||||
}
|
||||
if (m_bounds.has_lower(kv.m_key, val, strict)) {
|
||||
SASSERT(!strict);
|
||||
if (val.get_unsigned() > kv.m_value) kv.m_value = val.get_unsigned();
|
||||
}
|
||||
unsigned p = next_power_of_two(kv.m_value);
|
||||
if (p <= 1) p = 2;
|
||||
if (kv.m_value == p) p *= 2;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue