Replies: 2 comments
-
Related discussion at stack-overflow: https://stackoverflow.com/questions/71833499/define-fun-in-smt-solvers |
Beta Was this translation helpful? Give feedback.
0 replies
-
You can use define-fun-rec to ensure functions are expanded during solving. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Are definitions of functions in Z3 immediately expanded prior to solving or are they expanded as necessary? Is there any value in using definitions from a solving time perspective?
Beta Was this translation helpful? Give feedback.
All reactions