3
0
Fork 0
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:
Christoph M. Wintersteiger 2016-05-20 19:40:45 +01:00
parent 71a03dbeb3
commit 80731ef364
2 changed files with 6 additions and 3 deletions

View file

@ -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;