mirror of
https://github.com/Z3Prover/z3
synced 2025-04-26 02:25:32 +00:00
change Z3_get_decl_kind API to correctly identify OP_B*_I and OP_B*_NO_OVFL instead of returning Z3_OP_UNINTERPRETED
This commit is contained in:
parent
f8795f3522
commit
d30ba3f1ad
2 changed files with 17 additions and 9 deletions
|
@ -1060,6 +1060,15 @@ typedef enum {
|
|||
Z3_OP_CARRY,
|
||||
Z3_OP_XOR3,
|
||||
|
||||
Z3_OP_BSMUL_NO_OVFL,
|
||||
Z3_OP_BUMUL_NO_OVFL,
|
||||
Z3_OP_BSMUL_NO_UDFL,
|
||||
Z3_OP_BSDIV_I,
|
||||
Z3_OP_BUDIV_I,
|
||||
Z3_OP_BSREM_I,
|
||||
Z3_OP_BUREM_I,
|
||||
Z3_OP_BSMOD_I,
|
||||
|
||||
// Proofs
|
||||
Z3_OP_PR_UNDEF = 0x500,
|
||||
Z3_OP_PR_TRUE,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue