-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Description
commit: 6bdf377
$ z3-4.8.10 model_validate=true small.smt2
unknown
(error "line 7 column 10: model is not available")
$ z3release model_validate=true small.smt2
sat
(error "line 6 column 10: an invalid model was generated")
(
(define-fun a () String
"")
)
$ cat small.smt2
(declare-fun a () String)
(assert (str.in_re a (re.* (re.union (str.to_re "b") (str.to_re (ite
(str.in_re a (re.* (re.range "" (ite (str.in_re a (str.to_re "")) ""
a)))) "" "a"))))))
(assert (not (str.in_re a (re.* (str.to_re "")))))
(check-sat)
(get-model)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels