Closed wintered closed 3 years ago
Commit: 082ec0f OS: Ubuntu 18.04
[548] % z3release small.smt2 "" (str.replace_all "" (str.++ s "A") s) [549] % cvc5 -q small.smt2 "" (str.replace_all "" (str.++ s "A") s) [550] % cat small.smt2 (declare-fun s () String) (simplify (str.replace "" (str.++ s "A") s)) (simplify (str.replace_all "" (str.++ s "A") s)) [551] %
replace_all is parsed but not supported with inferences
Commit: 082ec0f OS: Ubuntu 18.04