-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
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
Princess does not support Real values in arrays #11
Comments
The crash occurs when the array is first created, and it can also be triggered through the API:
Here everything except
|
Our checks were a bit too strict here. In the latest commit, this should work again! |
daniel-raffler
added a commit
to sosy-lab/java-smt
that referenced
this issue
Sep 18, 2024
…ese were temporarily disabled due to a bug that has now been fixed. See uuverifiers/princess#11
Thanks! It's working for me now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello everyone,
Princess seems to crash whenever I try to create an array with Real numbers as index or element type. Here is an smt file that will trigger the issue:
When I run it with
princess 2024-01-12
I get this output:This seems to be a regression as the same code still worked with the previous release:
Is this something that could be fixed for the latest princess version?
The text was updated successfully, but these errors were encountered: