Skip to content
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

Limit Z3 expressions to QF_BV #612

Closed
senier opened this issue Mar 22, 2021 · 1 comment
Closed

Limit Z3 expressions to QF_BV #612

senier opened this issue Mar 22, 2021 · 1 comment

Comments

@senier
Copy link
Member

senier commented Mar 22, 2021

We are currently using unbounded integers when creating Z3 expressions, even though our problem is expressible in the quantifier-free bitvector logiv (QF_BV). This most likely causes a significant performance drop, as Z3 does not invoke the simplex possible solving strategies. Change the Z3 expression such that only bit-vector integers are used and explicitly limit the logic by using SolverFor.

@senier senier mentioned this issue Mar 29, 2021
2 tasks
senier pushed a commit that referenced this issue Apr 22, 2021
senier pushed a commit that referenced this issue Apr 23, 2021
@senier
Copy link
Member Author

senier commented Aug 13, 2021

This has not resulted in significant performance improvements in our experiments with the fuzzer and overflows need to be handled explicitly which turned out to be complicated. We limit the logic to QF_LIA already which gave a slight performance improvement.

@senier senier closed this as completed Aug 13, 2021
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