3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-04 06:15:46 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-10-29 16:55:30 -07:00
parent c07cfc0e69
commit ceedd7e84d
2 changed files with 4 additions and 0 deletions

View file

@ -1209,6 +1209,8 @@ typedef enum {
// strings
Z3_OP_STR_TO_INT,
Z3_OP_INT_TO_STR,
Z3_OP_STRING_LT,
Z3_OP_STRING_LE,
// regular expressions
Z3_OP_RE_PLUS,