Add docs and tests for infeasibility certificates#1660
Merged
Conversation
Member
|
Is this tested ? |
blegat
reviewed
Nov 16, 2021
blegat
reviewed
Nov 16, 2021
blegat
reviewed
Nov 16, 2021
blegat
reviewed
Nov 16, 2021
blegat
reviewed
Nov 16, 2021
blegat
reviewed
Nov 16, 2021
blegat
reviewed
Nov 16, 2021
blegat
reviewed
Nov 16, 2021
blegat
reviewed
Nov 16, 2021
Member
Author
|
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
odow
commented
Nov 16, 2021
odow
commented
Nov 16, 2021
Add tests for dual infeasibility cert
b8df0b5 to
b8bc613
Compare
odow
commented
Nov 17, 2021
Member
Author
|
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. |
This was referenced Nov 17, 2021
Member
Author
|
SCS and GLPK are passing these tests on their respective PRs, so I think we're good to go on my end. |
blegat
reviewed
Nov 18, 2021
Co-authored-by: Benoît Legat <benoit.legat@gmail.com>
odow
commented
Nov 18, 2021
blegat
approved these changes
Nov 20, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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