-
Notifications
You must be signed in to change notification settings - Fork 285
IIS "light" #2456
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
Merged
IIS "light" #2456
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
9ed99dd
Created Highs::getIisLp and testing in lp-incompatible-bounds
jajhall cf3d5e9
lp-incompatible-bounds passes
jajhall a84beb7
Switching to markov
jajhall 9fda01e
Now setting just the bounds given by col/row_bounds in the IIS; formated
jajhall b7fe821
lp-empty-infeasible-row passes
jajhall f287093
All IIS unit tests pass for IIS LP
jajhall 81fcd9d
Need to be able to generate the IIS LP internally for checking IIS
jajhall eab8b22
Form IIS LP with IIS, and hold it as a member of HighsIis
jajhall df6321b
Added HighsLp member to HighsIis as IIS LP, and eliminated Highs::get…
jajhall ab329a0
Cleaned up and updated FEATURES.md
jajhall d175741
Added IisStrategy and IisStatus enums contents to highs_c_api.h
jajhall dda695d
Added variable/constraint IIS status
jajhall 5babefd
Commented out code for HighsIisStatus in highs_bindings.cpp: leave it…
jajhall 37fb045
ctest passes
jajhall a23df45
ctest passes silently
jajhall 2d0bb19
Created C API methods for IIS
jajhall 4c1099f
C API compiles
jajhall d04c148
Need to have HighsIis::getLp working for row-wise incumbent LP
jajhall d6b8feb
Test C API exploses IIS creation bug
jajhall 1aafc1b
Added 3-variable 2-constraint IIS test to TestCAPI.c; formatted
jajhall 9b702ca
Merged latest into this branch and fixed minor conflicts
jajhall c6a70c5
Added to FEATURES.md, and corrected IIS docstring in Highs.h
jajhall File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.
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.
Happened to notice a typo here: inconsistentyly
EDIT: sorry, did not see you already merged this