mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
parent
f323da8f37
commit
6c67654e64
1 changed files with 1 additions and 2 deletions
|
@ -1274,8 +1274,7 @@ namespace smt {
|
|||
}
|
||||
th_rewriter rw(m);
|
||||
rw(vq, tmp);
|
||||
VERIFY(m_util.is_numeral(tmp, q));
|
||||
if (m_upper_bound < q) {
|
||||
if (m_util.is_numeral(tmp, q) && m_upper_bound < q) {
|
||||
m_upper_bound = q;
|
||||
if (strict) {
|
||||
m_upper_bound -= get_epsilon(a->get_var());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue