3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 17:15:31 +00:00

fix performance regression introduced with theory_str str.from-int

more investigation is required to understand why this works.
This commit is contained in:
Murphy Berzish 2016-11-11 00:32:50 -05:00
parent 5635016205
commit fbaee080b2

View file

@ -43,7 +43,7 @@ enum str_op_kind {
OP_STR_REPLACE,
// string-integer conversion
OP_STR_STR2INT,
OP_STR_INT2STR,
OP_STR_INT2STR, OP_STR_PLACEHOLDER1, OP_STR_PLACEHOLDER2,
// regular expression operators
OP_RE_STR2REGEX,
OP_RE_REGEXIN,