3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-09 20:50:50 +00:00

Bugfix for fp.to_ieee_bv for unspecified input/output.

This commit is contained in:
Christoph M. Wintersteiger 2016-03-15 14:38:11 +00:00
parent 5463167a84
commit 176782d62b
5 changed files with 20 additions and 4 deletions

View file

@ -136,6 +136,7 @@ public:
expr_ref mk_to_ubv_unspecified(unsigned width);
expr_ref mk_to_sbv_unspecified(unsigned width);
expr_ref mk_to_ieee_bv_unspecified(unsigned width);
expr_ref mk_to_real_unspecified();
void reset(void);