How z3 deal with define-fun? #6445
-
Beta Was this translation helpful? Give feedback.
Answered by
NikolajBjorner
Nov 6, 2022
Replies: 1 comment 1 reply
-
Use define-fun-rec if you want to use use the function declaration inside of an array map. Example,
define-fun does is (still) treated as a macro with eager unfolding (= without lazy unfolding). |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
zxt5
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use define-fun-rec if you want to use use the function declaration inside of an array map. Example,
define-fun does is (still) treated as a macro with eager unfolding (= without lazy unfolding).