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

handle overflows in the IESolver #462

Merged
merged 4 commits into from
Oct 17, 2023
Merged

handle overflows in the IESolver #462

merged 4 commits into from
Oct 17, 2023

Conversation

rkaminsk
Copy link
Member

@rkaminsk rkaminsk commented Oct 17, 2023

Variables with large domains could lead to overflows in the IESolver. To prevent this, a 64bit type is used to sum up values. In case there are still overflows, computed bounds are simply ignored.

@rkaminsk rkaminsk changed the title Fix/overflow iesolver handle overflows in the IESolver Oct 17, 2023
@rkaminsk rkaminsk added the bug label Oct 17, 2023
@rkaminsk rkaminsk added this to the v5.7.0 milestone Oct 17, 2023
@rkaminsk rkaminsk merged commit d8f3fab into wip Oct 17, 2023
3 of 4 checks passed
@rkaminsk rkaminsk deleted the fix/overflow-iesolver branch October 17, 2023 13:05
@rkaminsk rkaminsk mentioned this pull request Oct 18, 2023
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant