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

Let remove_redundant_constraints return an empty list if infeasible #3623

Merged
merged 2 commits into from
Nov 19, 2024

Conversation

schillic
Copy link
Member

Currently, remove_redundant_constraints returns an EmptySet if the constraints are contradicting. I think this is unexpected. Instead, I suggest to return nothing.

@schillic schillic added the breaking ❌ This change may break things label Jul 26, 2024
@schillic schillic marked this pull request as ready for review July 26, 2024 15:02
@schillic schillic changed the title Let remove_redundant_constraints return nothing Let remove_redundant_constraints return an empty list if infeasible Sep 28, 2024
@schillic schillic merged commit feb9db4 into master Nov 19, 2024
7 checks passed
@schillic schillic deleted the schillic/rrc branch November 19, 2024 16:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking ❌ This change may break things
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants