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:
parent
5463167a84
commit
176782d62b
5 changed files with 20 additions and 4 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue