mirror of
https://github.com/Z3Prover/z3
synced 2026-01-01 08:49:52 +00:00
parent
c07cfc0e69
commit
ceedd7e84d
2 changed files with 4 additions and 0 deletions
|
|
@ -1202,6 +1202,8 @@ extern "C" {
|
|||
|
||||
case OP_STRING_STOI: return Z3_OP_STR_TO_INT;
|
||||
case OP_STRING_ITOS: return Z3_OP_INT_TO_STR;
|
||||
case OP_STRING_LT: return Z3_OP_STRING_LT;
|
||||
case OP_STRING_LE: return Z3_OP_STRING_LE;
|
||||
|
||||
case OP_RE_PLUS: return Z3_OP_RE_PLUS;
|
||||
case OP_RE_STAR: return Z3_OP_RE_STAR;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue