mirror of
https://github.com/Z3Prover/z3
synced 2026-07-25 00:12:34 +00:00
additional rewrites for bv2int
This commit is contained in:
parent
fa7fc8ef5e
commit
ba5cec7704
3 changed files with 67 additions and 4 deletions
|
|
@ -203,6 +203,7 @@ public:
|
|||
|
||||
bool is_urem_any(expr * e, expr * & dividend, expr * & divisor);
|
||||
br_status mk_eq_core(expr * lhs, expr * rhs, expr_ref & result);
|
||||
br_status mk_eq_bv2int(expr* lhs, expr* rhs, expr_ref& result);
|
||||
br_status mk_ite_core(expr * c, expr * t, expr * e, expr_ref & result);
|
||||
br_status mk_distinct(unsigned num_args, expr * const * args, expr_ref & result);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue