mirror of
https://github.com/Z3Prover/z3
synced 2025-08-25 04:26:00 +00:00
rename to op-constraint to give space for other operations
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
bc1e44ab71
commit
a2aa1170f9
8 changed files with 77 additions and 54 deletions
|
@ -270,7 +270,7 @@ namespace polysat {
|
|||
/**
|
||||
* Create expression for the logical right shift of p by q.
|
||||
*/
|
||||
pdd shr(pdd const& p, pdd const& q);
|
||||
pdd lshr(pdd const& p, pdd const& q);
|
||||
|
||||
/**
|
||||
* Create polynomial constant.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue