Match expressions vs Or expressions #6274
Unanswered
philzook58
asked this question in
Q&A
Replies: 1 comment
-
z3 uses if-then-else to determine evaluation order and unfolding priorities for recursive functions. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I was trying a couple different encodings of append in the style of minikanren using define-fun-rec and was a bit surprised that these two encodings didn't amount to about the same thing. The first seems to work poorly, hanging forever. The second returns instantly. I was wondering if someone might have any comments about why this would be the case.
Beta Was this translation helpful? Give feedback.
All reactions