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
-
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