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

Fix for bug #76: division by 0 in texpr assignment in Polka domain. #81

Merged
merged 1 commit into from
Jun 26, 2023

Conversation

antoinemine
Copy link
Owner

Texpr assignment transfer function for polyhedra assumed a deterministic linearization, which is not the case when dividing by zero (returns [-oo,+oo]).

We now use the generic linear assignment instead of the deterministic one after linearization.

Closes #76.

Transfer function assumed a deterministic linearization, which is not the case when dividing by zero (returns [-oo,+oo]).
We now use the generic linear assignment instead of the deterministic one after linearization.
@antoinemine antoinemine merged commit 1c385fa into master Jun 26, 2023
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

Successfully merging this pull request may close these issues.

Segfault when dividing by zero with Polka MPQ domain
1 participant