We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, Thank you for the awesome API.
I am completely new to z3 and I am trying to perform a constraint satisfying problem. This is what I want to achieve:
z3
a * 2.5 < 5 1 < a < 3.5
But I am not able to find any way to represent a which should be a floating point number. Can someone help me here.
a
Also, are there any examples that I can refer to, for scalaZ3. Any help would be much appreciated!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello, Thank you for the awesome API.
I am completely new to
z3
and I am trying to perform a constraint satisfying problem.This is what I want to achieve:
But I am not able to find any way to represent
a
which should be a floating point number.Can someone help me here.
Also, are there any examples that I can refer to, for scalaZ3.
Any help would be much appreciated!
The text was updated successfully, but these errors were encountered: