Is there a way to represent infinity as a real number in z3py? #5380
Unanswered
oyendrila-dobe
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.
-
I'm trying to assign a value 'undefined' to a real type variable in my constraint. I tried using fpPlusInfinity to create a floating-point infinity and convert it to real. But its behavior is undefined and the solver assigns random real values to it. Is there a way to assign infinity or 'undefined' to a real type variable?
Beta Was this translation helpful? Give feedback.
All reactions