Skip to content

smt.diff_logic: non-diff logic expression #2624

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

Closed
DKLoehr opened this issue Oct 10, 2019 · 0 comments
Closed

smt.diff_logic: non-diff logic expression #2624

DKLoehr opened this issue Oct 10, 2019 · 0 comments

Comments

@DKLoehr
Copy link

DKLoehr commented Oct 10, 2019

When giving this file as input to z3 4.8.6, I get the error

(smt.diff_logic: non-diff logic expression [...]

followed by a very large expression. Searching through the expression reveals several instances of multiplication by -1, which are not present in the original file, leading me to suspect a z3 bug. This appears to be the same as, or very similar to, #1266. As was the case there, I haven't been able to reproduce the bug on any smaller input files.

Removing the use of solve-eqs from the final line avoids the issue, but results in significantly increased solving times. This file is very slightly smaller and does not yield this error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant