mirror of
https://github.com/Z3Prover/z3
synced 2025-04-25 18:15:32 +00:00
add operator for issue #860
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
cb75a55095
commit
ae9a3bfc24
3 changed files with 12 additions and 1 deletions
|
@ -1060,6 +1060,7 @@ typedef enum {
|
|||
Z3_OP_EXT_ROTATE_LEFT,
|
||||
Z3_OP_EXT_ROTATE_RIGHT,
|
||||
|
||||
Z3_OP_BIT2BOOL,
|
||||
Z3_OP_INT2BV,
|
||||
Z3_OP_BV2INT,
|
||||
Z3_OP_CARRY,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue