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

add functionality for bit-wise and

This commit is contained in:
Nikolaj Bjorner 2021-12-15 14:07:53 -08:00
parent c9472b01fe
commit 02369647a0
3 changed files with 88 additions and 26 deletions

View file

@ -43,6 +43,8 @@ namespace polysat {
void narrow_lshr(solver& s);
lbool eval_lshr(pdd const& p, pdd const& q, pdd const& r) const;
void narrow_and(solver& s);
public:
~op_constraint() override {}
pdd const& p() const { return m_p; }