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 7cd8edc gives an invalid model.
$ cat small.smt2
(declare-fun t () String)
(declare-fun r () String)
(declare-fun i () String)
(declare-fun tr () String)
(declare-fun s () String)
(assert (= (str.++ i r) (str.++ r t)))
(assert (= (str.++ tr t) (str.++ s (str.++ i r))))
(check-sat)
$ z3 model_validate=true small.smt2
sat
(error "line 8 column 10: an invalid model was generated")
The text was updated successfully, but these errors were encountered:
Hi,
For this instance, z3 7cd8edc gives an invalid model.
The text was updated successfully, but these errors were encountered: