-
Notifications
You must be signed in to change notification settings - Fork 173
Detect MIP symmetry using dejavu; Perform orbital fixing and lexical reduction #1103
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
rapids-bot
merged 26 commits into
NVIDIA:release/26.06
from
chris-maes:symmetry_detection
May 21, 2026
Merged
Changes from 3 commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
4fe3f94
Initial symmetry detection using dejavu
chris-maes ada114b
First stab at orbital fixing. Using dejavu for graph operations. Fix …
chris-maes 6425c25
fixed incorrect computation of the lower bound when running with a si…
nguidotti f447d4c
Revert changes for single-thread MIP hang
chris-maes 89ce17f
Merge remote-tracking branch 'cuopt-nvidia/pull-request/1111' into sy…
chris-maes fcd28d7
Add mip-symmetry setting. Give each worker a unique orbital_fixing_t …
chris-maes 96010da
Only do strong branching on representative variables in an orbit. Ext…
chris-maes 7ea524f
Remove dejavu use for everything but graph automorphism. Dont compute…
chris-maes 426582a
Use the fact that we are performing a plunge to avoid recomputing the…
chris-maes 07d421b
Remove generators that don't perserve bounds after cuts and root boun…
chris-maes 24acd6f
Fix conflicts coming from root fixings. Fix non-monotonic bound by st…
chris-maes 659a7c4
Log orbital fixings
chris-maes 7bd9569
Skip orbits with conflicting fixings. Fix bug where orbital fixing wa…
chris-maes 2aba39f
More fixes
chris-maes d4658ed
Add lexical reduction
chris-maes 6cdc089
Fix malformed comment
chris-maes 1dfa784
Add clang-format off/on to prevent comment from being mangled again
chris-maes 9c41f40
Repeat symmetry detection if trivial presolve changes the problems. U…
chris-maes 18cf2df
Merge remote-tracking branch 'cuopt-nvidia/main' into symmetry_detection
chris-maes c607017
Detect symmetry after presolve
chris-maes 98cef5a
Move detect symmetry back until all of cuOpt presolve is complete
chris-maes a422f86
generators_t -> group_generators_t
chris-maes e054968
Style fixes
chris-maes e787ec1
Merge remote-tracking branch 'cuopt-nvidia/release/26.06' into symmet…
chris-maes a7126e4
factor out symmetry reductions from solve_node_lp
chris-maes c890f2f
Style fixes
chris-maes 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
Some comments aren't visible on the classic Files Changed page.
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
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.