-
Notifications
You must be signed in to change notification settings - Fork 25
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
z3: boolvar-sum with int error #232
Comments
It seems z3 really does not like integer arithmetic mixed with boolean variables... Just making a sum with integer variables and constants does work weirdly. |
Yes it is certainly related, although I would expect |
a bit artificial, but it exists in bigtest
weirdly, the wsum version does work
The text was updated successfully, but these errors were encountered: