-
Notifications
You must be signed in to change notification settings - Fork 62
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
goal_eval_unint chokes on modular types #1120
Comments
Related to #1045. |
I attempted to make an easy fix for this in #1274, but as it turns out there is an additional problem that we also need to deal with: Because what4 does not have an integers-mod-n type, we need to translate everything to what4 integer operations. Then when we translate those back from what4 to saw-core, they turn into saw-core operations on type If we put a call to
We need to decide what we should do here. Probably the easiest way to fix it is to have |
With these definitions
SAW is fine until the last line, where it fails with the message
The text was updated successfully, but these errors were encountered: