mirror of
https://github.com/Z3Prover/z3
synced 2025-05-18 05:04:45 +00:00
Add basic implementation of left shift
This commit is contained in:
parent
68707eefe7
commit
adc9f7abe4
7 changed files with 121 additions and 14 deletions
|
@ -46,6 +46,9 @@ namespace polysat {
|
|||
void narrow_lshr(solver& s);
|
||||
static lbool eval_lshr(pdd const& p, pdd const& q, pdd const& r);
|
||||
|
||||
void narrow_shl(solver& s);
|
||||
static lbool eval_shl(pdd const& p, pdd const& q, pdd const& r);
|
||||
|
||||
void narrow_and(solver& s);
|
||||
static lbool eval_and(pdd const& p, pdd const& q, pdd const& r);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue