mirror of
https://github.com/Z3Prover/z3
synced 2025-11-29 16:59:52 +00:00
Fixed side conditions for UFs translated from FP to BV. Fixes #1825.
This commit is contained in:
parent
35bf63d563
commit
2a92de0aee
3 changed files with 50 additions and 2 deletions
|
|
@ -220,6 +220,8 @@ private:
|
|||
|
||||
func_decl * mk_bv_uf(func_decl * f, sort * const * domain, sort * range);
|
||||
expr_ref nan_wrap(expr * n);
|
||||
|
||||
expr_ref extra_quantify(expr * e);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue