mirror of
https://github.com/Z3Prover/z3
synced 2025-04-26 10:35:33 +00:00
Exposed OP_FPA_MIN/MAX_I to the API
This commit is contained in:
parent
71a03dbeb3
commit
80731ef364
2 changed files with 6 additions and 3 deletions
|
@ -1214,6 +1214,9 @@ typedef enum {
|
|||
|
||||
Z3_OP_FPA_TO_IEEE_BV,
|
||||
|
||||
Z3_OP_FPA_MIN_I,
|
||||
Z3_OP_FPA_MAX_I,
|
||||
|
||||
Z3_OP_UNINTERPRETED
|
||||
} Z3_decl_kind;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue