3
0
Fork 0
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:
Christoph M. Wintersteiger 2018-10-01 15:20:00 +01:00
parent 35bf63d563
commit 2a92de0aee
No known key found for this signature in database
GPG key ID: BCF6360F86294467
3 changed files with 50 additions and 2 deletions

View file

@ -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