mirror of
https://github.com/Z3Prover/z3
synced 2025-08-25 04:26:00 +00:00
print more information
This commit is contained in:
parent
2345fb6428
commit
0fb8c72f50
8 changed files with 53 additions and 34 deletions
|
@ -225,7 +225,7 @@ namespace polysat {
|
|||
}
|
||||
}
|
||||
|
||||
lbool op_constraint::eval_lshr(pdd const& p, pdd const& q, pdd const& r) const {
|
||||
lbool op_constraint::eval_lshr(pdd const& p, pdd const& q, pdd const& r) {
|
||||
auto& m = p.manager();
|
||||
|
||||
if (p.is_val() && q.is_val() && r.is_val())
|
||||
|
@ -289,7 +289,7 @@ namespace polysat {
|
|||
}
|
||||
}
|
||||
|
||||
lbool op_constraint::eval_and(pdd const& p, pdd const& q, pdd const& r) const {
|
||||
lbool op_constraint::eval_and(pdd const& p, pdd const& q, pdd const& r) {
|
||||
if ((p.is_zero() || q.is_zero()) && r.is_zero())
|
||||
return l_true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue