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 greedy resolver failure (producing an invalid solution) #4032

Merged
merged 1 commit into from
Oct 1, 2024

Conversation

carlobaldassi
Copy link
Member

This fixes #4030. Also adds a reduced test case.
This was a rather simple bug in the greedy resolver that failed to actually account for all of the constraints. It's actually quite surprising how it went unnoticed for so long.

@KristofferC KristofferC merged commit e06588d into JuliaLang:master Oct 1, 2024
8 of 9 checks passed
KristofferC pushed a commit that referenced this pull request Oct 1, 2024
Fix #4030

(cherry picked from commit e06588d)
@carlobaldassi carlobaldassi deleted the issue4030 branch October 1, 2024 06:34
KristofferC added a commit that referenced this pull request Oct 1, 2024
Fix #4030

(cherry picked from commit e06588d)

Co-authored-by: Carlo Baldassi <[email protected]>
IanButterworth pushed a commit that referenced this pull request Oct 4, 2024
Fix #4030

(cherry picked from commit e06588d)
@IanButterworth IanButterworth mentioned this pull request Oct 4, 2024
14 tasks
@IanButterworth IanButterworth mentioned this pull request Oct 5, 2024
7 tasks
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.

AssertionError with Resolver (gmsk fail)
3 participants