3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-11-13 17:41:16 +00:00
This commit is contained in:
Jakob Rath 2023-02-07 09:57:32 +01:00
parent 984e98c88f
commit bf03886a87
3 changed files with 18 additions and 14 deletions

View file

@ -117,6 +117,9 @@ namespace polysat {
signed_constraint smul_udfl(pdd const& p, pdd const& q);
signed_constraint bit(pdd const& p, unsigned i);
signed_constraint elem(pdd const& t, pdd const& lo, pdd const& hi);
signed_constraint elem(pdd const& t, interval const& i);
std::pair<pdd, pdd> quot_rem(pdd const& a, pdd const& b);
pdd bnot(pdd const& p);