-
Notifications
You must be signed in to change notification settings - Fork 63
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
Some uninterpreted functions don't work with goal_eval_unint
#1045
Comments
Despite this being closed, I'm still unable to run the original example in this issue using commit 988a026:
I originally ran into this in the context of trying to use |
My bad for not adding the example as a regression test in #1283. I just did a bisection and found that the regression was at commit 08c5995, which was part of PR #1191. That PR bumped the |
Some polymorphic function types can be made uninterpreted by commands like
w4_unint_z3
, but fail to work correctly withgoal_eval_unint
:The set of functions that can be made uninterpreted by either of these commands should be the same.
goal_eval_unint
should be extended to support the additional function types.The text was updated successfully, but these errors were encountered: