-
Notifications
You must be signed in to change notification settings - Fork 33
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 parse error during division #63
Comments
Hi Tim. I will take a look this ASAP. Can you send / attach a model that produces this or is it simply any operation that involve non-constant division? |
It appears to be any non-constant division. I just replicated it with Z3 v4.8.8 also. Here's an example that causes it.
|
lgwagner
referenced
this issue
Oct 8, 2021
contain functions named "/0" - this name overlaps with both the FN and SYMBOl names - this fix is a bit of a hack but this is assumed to be a rare cares, we'll have to follow up with a more comprehensive solution should additional functions violate this arrangement.
This issue is finally fixed. Thank you for your patience. I will generate a new release once I fix your other issue. |
lgwagner
added a commit
that referenced
this issue
Oct 8, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Division operations fail when using non-constant values with Z3 versions 4.8.9+
The text was updated successfully, but these errors were encountered: