-
Notifications
You must be signed in to change notification settings - Fork 87
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
[Bridges] Fix ConstraintIndex conflicts between variable and constraint bridges #2362
Conversation
Let me know when you get this to a point that you want me to take a look. |
Ready for review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I feel like this needs far more tests. I always get a bit nervous with these changes.
https://github.com/jump-dev/MathOptInterface.jl/actions/runs/7268307681
here's master
https://github.com/jump-dev/MathOptInterface.jl/actions/runs/7269105628
This looks like it broke a bunch of solver tests, including Gurobi and CPLEX. So as well as the fix, we obviously need more tests in MOI proper. |
84e422e
to
947b8d9
Compare
Yes, that's also the motivation for #2357 |
I don't really have an opinion on the design. But I also don't have a suggestion for anything better. I do think we need 100% coverage before merging though. |
Co-authored-by: Oscar Dowson <[email protected]>
Co-authored-by: Oscar Dowson <[email protected]>
Co-authored-by: Oscar Dowson <[email protected]>
a42fc0c
to
38ab2ac
Compare
We do now |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll merge so we can re-trigger #2357.
I'll also pay careful attention to solver-tests
before tagging a new MOI release.
Closes #2358