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

use overflow predicates for arithmetic overflow conditions #335

Open
daejunpark opened this issue Jul 30, 2024 · 0 comments
Open

use overflow predicates for arithmetic overflow conditions #335

daejunpark opened this issue Jul 30, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@daejunpark
Copy link
Collaborator

in the next SMT-LIB version 2.7, overflow predicates will be added.

use these overflow predicates instead of compiler-generated conditions, e.g., y != 0 and x * y / y != x for x * y. this may improve smt solver performance, as it enables solvers to utilize better encoding or methodologies for reasoning about overflows.

@daejunpark daejunpark added the enhancement New feature or request label Jul 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant