Closed muchang closed 4 years ago
Hi, For this case, Z3 gives an incorrect answer:
[584] % z3 small.smt2 unknown unknown [585] % z3 smt.string_solver=z3str3 small.smt2 unsat sat [586] % [586] % cat small.smt2 (assert (= (str.replace_all "" "" "") "")) (check-sat-using horn) (check-sat) [587] %
OS: Ubuntu 18.04 Commit: f2d3160
most likely a duplicate: there are too many unsoundess bugs open at this time and debugging the case where "horn" tactics are invoked is too low priority.
Hi, For this case, Z3 gives an incorrect answer:
OS: Ubuntu 18.04 Commit: f2d3160