mirror of
https://github.com/Z3Prover/z3
synced 2025-08-23 11:37:54 +00:00
add case for abs (normally simplified, but not with default_tactic=smt).
This commit is contained in:
parent
671d071e54
commit
f1bf660adc
4 changed files with 15 additions and 3 deletions
|
@ -263,6 +263,7 @@ namespace arith {
|
|||
// axioms
|
||||
void mk_div_axiom(expr* p, expr* q);
|
||||
void mk_to_int_axiom(app* n);
|
||||
void mk_abs_axiom(app* n);
|
||||
void mk_is_int_axiom(expr* n);
|
||||
void mk_idiv_mod_axioms(expr* p, expr* q);
|
||||
void mk_rem_axiom(expr* dividend, expr* divisor);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue