mirror of
https://github.com/Z3Prover/z3
synced 2026-02-22 08:17:37 +00:00
Merge remote-tracking branch 'origin/polysat' into polysat
This commit is contained in:
commit
ca373836af
9 changed files with 672 additions and 49 deletions
|
|
@ -376,7 +376,7 @@ namespace polysat {
|
|||
|
||||
/** Create expression for the logical left shift of p by q. */
|
||||
pdd shl(pdd const& p, pdd const& q) { return m_constraints.shl(p, q); }
|
||||
|
||||
|
||||
/** Create expression for the bit-wise negation of p. */
|
||||
pdd bnot(pdd const& p) { return m_constraints.bnot(p); }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue