how to get model interpretation without arithmetic operators? #8041
Unanswered
2paperstar
asked this question in
Q&A
Replies: 0 comments
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.
-
when I use simplifiable condition in ITE, then I can get concrete value.
however, if condition isn't simplifiable, then I cannot get concrete value in model.
even though I could get concrete value with
eval, but it's not sufficient with lambda.At least, I want to get result
[arr = Lambda(i, If(i == 0, 1, 2))]from[arr = Lambda(i, If(i == 0, 0+1, 1+1))]is there a way to get model interpretation without arithmetic operators?
Beta Was this translation helpful? Give feedback.
All reactions