mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +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
|
@ -1034,7 +1034,7 @@ namespace polysat {
|
|||
else if (bv.is_bv_lshr(e, a, b)) {
|
||||
auto pa = to_pdd(m, s, expr2pdd, a);
|
||||
auto pb = to_pdd(m, s, expr2pdd, b);
|
||||
r = alloc(pdd, s.shr(pa, pb));
|
||||
r = alloc(pdd, s.lshr(pa, pb));
|
||||
}
|
||||
else if (bv.is_numeral(e, n, sz))
|
||||
r = alloc(pdd, s.value(n, sz));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue