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
(set-option :produce-proofs true)
(declare-datatypes () ((rec nil (mk (a Int)))))
(declare-const x rec)
(assert ((_ is mk) ((_ update-field a) x 1)))
(check-sat)
(get-model)
./z3 model_validate=true ../delta.out.smt2 sat
(error "line 5 column 10: an invalid model was generated")
(
(define-fun x () rec
nil)
)
The text was updated successfully, but these errors were encountered:
rainoftime
changed the title
Invalid model for datatype formula
Invalid model for datatype formula (proof)
Dec 6, 2020
rainoftime
changed the title
Invalid model for datatype formula (proof)
(proof) Invalid model for datatype formula
Dec 6, 2020
Hi, for the following formula,
z3 4d55f83
The text was updated successfully, but these errors were encountered: