You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
For this instance, z3 f77037e gives an invalid model.
$ z3 model_validate=true delta.smt2
sat
(error "line 4 column 10: an invalid model was generated")
$ cat delta.smt2
(declare-fun v () Int)
(declare-fun a () Int)
(assert (distinct true (= "" (str.replace (str.substr "A" 0 a) "" (str.substr "A" 0 v)))))
(check-sat)
The text was updated successfully, but these errors were encountered:
merlinsun
changed the title
Invalid model on string formula
[consolidated] Issues about string formulas
May 26, 2022
Hi,
For this instance, z3 f77037e gives an invalid model.
The text was updated successfully, but these errors were encountered: