mirror of
https://github.com/Z3Prover/z3
synced 2025-06-25 07:13:41 +00:00
parent
8cb1dd29b5
commit
8e0a2c9e77
1 changed files with 3 additions and 1 deletions
|
@ -114,6 +114,8 @@ struct pb2bv_rewriter::imp {
|
||||||
if (g.is_one())
|
if (g.is_one())
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
if (g.is_zero())
|
||||||
|
return;
|
||||||
switch (is_le) {
|
switch (is_le) {
|
||||||
case l_undef:
|
case l_undef:
|
||||||
if (!k.is_int())
|
if (!k.is_int())
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue