-
Notifications
You must be signed in to change notification settings - Fork 351
Fourier-Motzkin presolve #3255
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
Open
fwesselm
wants to merge
28
commits into
latest
Choose a base branch
from
FMPresolveMerged
base: latest
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Fourier-Motzkin presolve #3255
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
a73325d
Merge branch 'latest' into FMPresolve5
fwesselm c55053f
Merge remote-tracking branch 'origin/latest' into FMPresolve5
fwesselm e1f6047
Merged with latest
fwesselm f1fb0c5
More manual merging
fwesselm 7b88798
Add fme_obj_col init to ctor
fwesselm 1f920cf
Bring back test changes
fwesselm 73d0139
Another missing test change
fwesselm f9301f3
And another missing test change
fwesselm f186f4d
More missing things
fwesselm db70ac2
And missing string
fwesselm 69e7857
Merge branch 'latest' of https://github.com/ERGO-Code/HiGHS into FMPr…
fwesselm 07a6677
Merge branch 'latest' of https://github.com/ERGO-Code/HiGHS into FMPr…
fwesselm caae409
Fix test by changing iteration count
fwesselm ba163c0
Merge branch 'latest' of https://github.com/fwesselm/HiGHS into FMPre…
fwesselm 0ad0b02
Fix test
fwesselm 94c24ab
Remove std::vector<bool>
fwesselm 00e90f6
Use HighsBool
fwesselm 3f0f389
Merge branch 'latest' of https://github.com/ERGO-Code/HiGHS into FMPr…
fwesselm 4018db7
Merge branch 'latest' of https://github.com/ERGO-Code/HiGHS into FMPr…
fwesselm d1cd1ee
Merge commit '3893f88c32f07fa5180e13ed9800d6a0c6212755' of https://gi…
fwesselm 80e8c3c
Do not use objective reformulation in the default settings
fwesselm 0060964
Undo test change
fwesselm 8155d2c
Refactor presolveOnOff
fwesselm 7424f13
Merge branch 'latest' of https://github.com/fwesselm/HiGHS into FMPre…
fwesselm da127da
Switch off FM presolve for LPs
fwesselm aa055c5
Revert test change (no behavior change without obj. reformulation)
fwesselm e697b5e
Merge branch 'latest' of https://github.com/ERGO-Code/HiGHS into FMPr…
fwesselm 5c8c272
Merge branch 'latest' of https://github.com/fwesselm/HiGHS into FMPre…
fwesselm 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
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
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
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
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.
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.
Should this be changed to something that explicitly mentions objective reformulation? Example
presolve_fm_obj_reformulation