3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-03 22:05:45 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2021-11-18 21:14:50 -08:00
parent 4587575649
commit 518ef9f916
7 changed files with 31 additions and 1 deletions

View file

@ -1222,6 +1222,7 @@ typedef enum {
Z3_OP_RE_COMPLEMENT,
// char
Z3_OP_CHAR_CONST,
Z3_OP_CHAR_LE,
Z3_OP_CHAR_TO_INT,
Z3_OP_CHAR_TO_BV,