-
Notifications
You must be signed in to change notification settings - Fork 80
Integrate CliqueMerging presolver and tune presolver settings #415
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
Merged
Changes from all commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
dc2937b
Integrate CliqueMerging presolver
rg20 f1b9d52
Tune probing parameter
rg20 2d9f080
Merge remote-tracking branch 'upstream/branch-25.10' into tune_presol…
rg20 234a5bd
Update to latest papilo version
rg20 5914a62
Merge remote-tracking branch 'upstream/branch-25.10' into tune_presol…
rg20 81f0302
Add notes in CMake
rg20 7c00a70
Fix typos in comments
rg20 d3ac1bc
Use Papilo instead of third party in the logs
rg20 92ca5d6
style fixes
rg20 547c9f6
implement dual post solve option
rg20 a9accd7
Support dual post solve option
rg20 057f976
Merge remote-tracking branch 'upstream/branch-25.10' into tune_presol…
rg20 59c8aa7
Fix typo
rg20 d3f37b7
avoid building papilo
rg20 d7a730a
style fixes
rg20 88e9358
Merge remote-tracking branch 'upstream/branch-25.10' into tune_presol…
rg20 8072747
remove linking to papilo
rg20 9af33a1
add docs
rg20 0184f85
add presolve option test
rg20 9874054
add presolve and dual post solve in service settings
rg20 6ef3615
Revert changes relating to building papilo
rg20 cce06c2
Merge remote-tracking branch 'upstream/branch-25.10' into tune_presol…
rg20 32d02be
include binary directories
rg20 b4f41ab
Fix boost issue in wheel
rgsl888prabhu 547ccf2
fix path
rgsl888prabhu 0e2a5c9
Merge remote-tracking branch 'upstream/branch-25.10' into tune_presol…
rg20 5772e9a
push 1.78 boost change
rgsl888prabhu f3d9bf5
Merge branch 'tune_presolve_settings' of github.com:rg20/cuopt into t…
rgsl888prabhu 6d5b773
Fix compilation error
rg20 b339605
fix a bug in setting presolve time limit
rg20 9e13e09
Revert unintended changes
rg20 556d96a
Missing imports
rg20 1c1bddd
Fix style checks
rg20 2517554
Fix doc style
rg20 036117b
Merge remote-tracking branch 'upstream/branch-25.10' into tune_presol…
rg20 8684464
Remove checks
rg20 d0fc79f
Merge remote-tracking branch 'upstream/branch-25.10' into tune_presol…
rg20 d559a3a
disable cvxpy testing for CI
rg20 b9c0dcb
Merge remote-tracking branch 'upstream/branch-25.10' into tune_presol…
rg20 5fe2f3c
Merge remote-tracking branch 'upstream/branch-25.10' into tune_presol…
rg20 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,6 @@ if(BUILD_TESTS) | |
cuopt | ||
GTest::gmock | ||
GTest::gtest | ||
papilo-core | ||
) | ||
endif() | ||
|
||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,6 +48,5 @@ foreach(target | |
cuopt | ||
cuopttestutils | ||
OpenMP::OpenMP_CXX | ||
papilo-core | ||
) | ||
endforeach() |
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.
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.