mirror of
https://github.com/Z3Prover/z3
synced 2025-08-08 04:01:22 +00:00
#4880 add interpreted versions of to_bv functions for MBQI quantifier models
This commit is contained in:
parent
1fc7b63a80
commit
d36c3faf76
7 changed files with 42 additions and 8 deletions
|
@ -84,6 +84,9 @@ enum fpa_op_kind {
|
|||
OP_FPA_TO_SBV,
|
||||
OP_FPA_TO_REAL,
|
||||
|
||||
OP_FPA_TO_SBV_I,
|
||||
OP_FPA_TO_UBV_I,
|
||||
|
||||
/* Extensions */
|
||||
OP_FPA_TO_IEEE_BV,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue