3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-25 04:26:00 +00:00

more of shr

This commit is contained in:
Nikolaj Bjorner 2021-12-14 19:23:31 -08:00
parent 842e9234c9
commit 6eb6eb39a4
5 changed files with 44 additions and 2 deletions

View file

@ -267,6 +267,11 @@ namespace polysat {
*/
std::tuple<pdd, pdd> quot_rem(pdd const& a, pdd const& b);
/**
* Create expression for the logical right shift of p by q.
*/
pdd shr(pdd const& p, pdd const& q);
/**
* Create polynomial constant.
*/