-
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
Add docs and tests for infeasibility certificates #1660
Conversation
Is this tested ? |
No tests yet. I started, but then I opened #1661. I'll create a new set of tests, rather than modifying the existing ones. I think some of the ObjectiveValue and DualObjectiveValue tests might fail. |
8c14dbe
to
d669c0e
Compare
Add tests for dual infeasibility cert
b8df0b5
to
b8bc613
Compare
Looked at updating GLPK and Gurobi. They're actually pretty easy to update. Although I got bit bad (again) by this bug in Gurobi 9.1: jump-dev/Gurobi.jl#363 (comment). Sign errors are the worst to track down. |
SCS and GLPK are passing these tests on their respective PRs, so I think we're good to go on my end. |
Co-authored-by: Benoît Legat <[email protected]>
This PR adds documentation and tests for primal and dual infeasibility certificates.
Preview link
https://jump.dev/MathOptInterface.jl/previews/PR1660/background/infeasibility_certificates/
Closes #433.
Closes #1201