3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-11-13 09:31:14 +00:00
This commit is contained in:
Jakob Rath 2023-02-20 11:56:23 +01:00
parent 4501a372b1
commit 7f41761616
4 changed files with 9 additions and 0 deletions

View file

@ -130,6 +130,7 @@ namespace polysat {
pdd bxor(pdd const& p, pdd const& q);
pdd bnand(pdd const& p, pdd const& q);
pdd bnor(pdd const& p, pdd const& q);
pdd bxnor(pdd const& p, pdd const& q);
pdd pseudo_inv(pdd const& p);
constraint* const* begin() const { return m_constraints.data(); }