mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 00:26:38 +00:00
fix warning
This commit is contained in:
parent
f2dd95eaa9
commit
86f247db22
1 changed files with 0 additions and 2 deletions
|
@ -290,8 +290,6 @@ namespace polysat {
|
|||
}
|
||||
|
||||
lbool op_constraint::eval_and(pdd const& p, pdd const& q, pdd const& r) const {
|
||||
auto& m = p.manager();
|
||||
|
||||
if ((p.is_zero() || q.is_zero()) && r.is_zero())
|
||||
return l_true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue