mirror of
https://github.com/Z3Prover/z3
synced 2025-07-21 11:52:05 +00:00
fix #5320
This commit is contained in:
parent
83e2e7200c
commit
50cf321171
1 changed files with 2 additions and 0 deletions
|
@ -184,6 +184,8 @@ bool arith_rewriter::is_bound(expr * arg1, expr * arg2, op_kind kind, expr_ref &
|
||||||
kind = inv(kind);
|
kind = inv(kind);
|
||||||
r = true;
|
r = true;
|
||||||
}
|
}
|
||||||
|
if (a.is_zero())
|
||||||
|
return false;
|
||||||
if (!a.is_one())
|
if (!a.is_one())
|
||||||
r = true;
|
r = true;
|
||||||
if (!r)
|
if (!r)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue