Equivalent to CVC5's ADT update constructor #5712
-
CVC5 supports the This is useful for ADTs which are being used in a way similar to a structure in an imperative language, since structures may have many fields and thus using standard constructors is tedious. Is there a similar ADT mutator / update-constructor supported by z3? |
Beta Was this translation helpful? Give feedback.
Answered by
NikolajBjorner
Dec 15, 2021
Replies: 1 comment 1 reply
-
It was introduced a while ago in z3. It is called:
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
nblei
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It was introduced a while ago in z3. It is called: