SMT-LIB / SMT-LIB-2

Public reference documents for the SMT-LIB standard
12 stars 0 forks source link

Minor issues in string theory #8

Closed barrettcw closed 3 months ago

barrettcw commented 1 year ago

From Andres, Oct 27, 2022:

there is a typo in the semantics of str.replace_re_all (the definition defines str.replace_re instead of `str.replace_re_all), str.replace_re's definition is wrong [0], and the semantics of the replace_re* functions are unclear (does the shorter or the match with the lower index take precedence?).