mirror of
https://github.com/Z3Prover/z3
synced 2025-08-30 15:00:08 +00:00
Bugfix for distinct of floats.
This commit is contained in:
parent
f84d6bf5bb
commit
6980fb3035
3 changed files with 24 additions and 2 deletions
|
@ -80,6 +80,7 @@ public:
|
|||
|
||||
void mk_eq(expr * a, expr * b, expr_ref & result);
|
||||
void mk_ite(expr * c, expr * t, expr * f, expr_ref & result);
|
||||
void mk_distinct(func_decl * f, unsigned num, expr * const * args, expr_ref & result);
|
||||
|
||||
void mk_rounding_mode(func_decl * f, expr_ref & result);
|
||||
void mk_numeral(func_decl * f, unsigned num, expr * const * args, expr_ref & result);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue