mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +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);
|
||||
r = true;
|
||||
}
|
||||
if (a.is_zero())
|
||||
return false;
|
||||
if (!a.is_one())
|
||||
r = true;
|
||||
if (!r)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue