3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-22 00:26:38 +00:00

fix warning

This commit is contained in:
Jakob Rath 2022-01-21 15:57:47 +01:00
parent f2dd95eaa9
commit 86f247db22

View file

@ -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;