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

Make threshold widening available in the interval domain as well #459

Closed
michael-schwarz opened this issue Nov 25, 2021 · 0 comments · Fixed by #515
Closed

Make threshold widening available in the interval domain as well #459

michael-schwarz opened this issue Nov 25, 2021 · 0 comments · Fixed by #515

Comments

@michael-schwarz
Copy link
Member

Since #379, we can extract all constants appearing in a program. We use this to provide a threshold widening for octagon in our apron analysis.
In the interest of generality, the Interval domain in base and the Box domains in our apron analysis should also have the option to enable this.

It is particularly interesting for globals, since we do no narrowing for them.

@michael-schwarz michael-schwarz changed the title Make threshold widening available interval domain as well Make threshold widening available in the interval domain as well Dec 17, 2021
@sim642 sim642 added this to the v2.0.0 milestone Aug 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants