mirror of
https://github.com/Z3Prover/z3
synced 2025-09-08 10:41:25 +00:00
add option to rewrite and for arithmetic simplification
This commit is contained in:
parent
088898834c
commit
bd4db4c41f
5 changed files with 47 additions and 10 deletions
|
@ -149,6 +149,8 @@ public:
|
|||
|
||||
br_status mk_abs_core(expr * arg, expr_ref & result);
|
||||
|
||||
br_status mk_and_core(unsigned n, expr* const* args, expr_ref& result);
|
||||
|
||||
br_status mk_div_core(expr * arg1, expr * arg2, expr_ref & result);
|
||||
br_status mk_idiv_core(expr * arg1, expr * arg2, expr_ref & result);
|
||||
br_status mk_idivides(unsigned k, expr * arg, expr_ref & result);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue