mirror of
https://github.com/Z3Prover/z3
synced 2025-11-13 09:31:14 +00:00
xnor
This commit is contained in:
parent
4501a372b1
commit
7f41761616
4 changed files with 9 additions and 0 deletions
|
|
@ -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(); }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue