mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
parent
db02328cf3
commit
99a91ee116
1 changed files with 3 additions and 0 deletions
|
@ -164,6 +164,9 @@ lbool pb_rewriter_util<PBU>::normalize(typename PBU::args_t& args, typename PBU:
|
|||
}
|
||||
}
|
||||
|
||||
if (is_eq && k.is_neg()) {
|
||||
return l_false;
|
||||
}
|
||||
if (is_eq) {
|
||||
TRACE("pb_verbose", display(tout << "post-normalize:", args, k, is_eq););
|
||||
return l_undef;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue