Closed Adda0 closed 1 year ago
In Slog benchmarks, there are instances using re.replace. In theory, we should be able to solve those, but we need to test that it is truth in praxis.
re.replace
For example, see QF_S/2019-Jiang/slog/slog_stranger_56_sink.smt2.
QF_S/2019-Jiang/slog/slog_stranger_56_sink.smt2
We are able to solve re.replace, but not re.replaceall as of now.
re.replaceall
In Slog benchmarks, there are instances using
re.replace
. In theory, we should be able to solve those, but we need to test that it is truth in praxis.For example, see
QF_S/2019-Jiang/slog/slog_stranger_56_sink.smt2
.