mirror of
https://github.com/Z3Prover/z3
synced 2025-12-17 17:58:31 +00:00
Return sign from Z3_fpa_get_numeral_sign as bool instead of int (#8047)
The underlying `mpf_manager::sgn` function returns a `bool`, and functions such as `Z3_mk_fpa_numeral_int_uint` take the sign as a `bool`. Signed-off-by: Josh Berdine <josh@berdine.net>
This commit is contained in:
parent
4401abbb4a
commit
4af83e8501
5 changed files with 17 additions and 4 deletions
|
|
@ -53,6 +53,7 @@ public:
|
|||
Z3_symbol * get_symbol_array(unsigned pos) const;
|
||||
void ** get_obj_array(unsigned pos) const;
|
||||
|
||||
bool * get_bool_addr(unsigned pos);
|
||||
int * get_int_addr(unsigned pos);
|
||||
int64_t * get_int64_addr(unsigned pos);
|
||||
unsigned * get_uint_addr(unsigned pos);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue