mirror of
https://github.com/Z3Prover/z3
synced 2025-08-25 04:26:00 +00:00
more of shr
This commit is contained in:
parent
842e9234c9
commit
6eb6eb39a4
5 changed files with 44 additions and 2 deletions
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue