3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-18 05:04:45 +00:00

Add eval_and

This commit is contained in:
Jakob Rath 2022-01-12 13:47:05 +01:00
parent 3895d8d6bb
commit 3a34995b03
2 changed files with 15 additions and 0 deletions

View file

@ -44,6 +44,7 @@ namespace polysat {
lbool eval_lshr(pdd const& p, pdd const& q, pdd const& r) const;
void narrow_and(solver& s);
lbool eval_and(pdd const& p, pdd const& q, pdd const& r) const;
public:
~op_constraint() override {}