mirror of
https://github.com/Z3Prover/z3
synced 2025-08-18 01:02:15 +00:00
parent
0f779c9c0d
commit
f00c026272
1 changed files with 2 additions and 0 deletions
|
@ -1923,6 +1923,8 @@ public:
|
||||||
TRACE("arith", tout << "unbounded " << expr_ref(n, m) << "\n";);
|
TRACE("arith", tout << "unbounded " << expr_ref(n, m) << "\n";);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
if (!can_get_ivalue(v))
|
||||||
|
continue;
|
||||||
lp::impq val_v = get_ivalue(v);
|
lp::impq val_v = get_ivalue(v);
|
||||||
if (val_v.y.is_zero() && val_v.x == div(r1.x, r2)) continue;
|
if (val_v.y.is_zero() && val_v.x == div(r1.x, r2)) continue;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue