3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-07-19 10:52:02 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2018-07-26 15:31:49 +01:00
parent 8744c62fca
commit 60bb02b709
11 changed files with 120 additions and 35 deletions

View file

@ -46,6 +46,7 @@ enum arith_op_kind {
OP_MUL,
OP_DIV,
OP_IDIV,
OP_IDIVIDES,
OP_REM,
OP_MOD,
OP_TO_REAL,