-
Notifications
You must be signed in to change notification settings - Fork 172
Fix a bug in dual variables and reduced costs when we add implied bounds on free variables #1237
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 10 commits into
NVIDIA:release/26.06
from
chris-maes:dual_postsolve_fixes_2
May 20, 2026
Merged
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
23789ff
Fix a bug in dual variables and reduced costs when we add implied bou…
chris-maes 06eb7d2
Add missing test file
chris-maes bc59d72
Merge branch 'main' into dual_postsolve_fixes_2
chris-maes bb56519
Merge branch 'main' into dual_postsolve_fixes_2
chris-maes e8635f2
Merge remote-tracking branch 'cuopt-nvidia/main' into dual_postsolve_…
chris-maes e34a62a
Merge branch 'main' into dual_postsolve_fixes_2
chris-maes 309bc5d
Traverse in reverse order. Add more details in comment
chris-maes 594b890
Merge remote-tracking branch 'cuopt-nvidia/main' into dual_postsolve_…
chris-maes 7ea9991
Merge branch 'main' into dual_postsolve_fixes_2
chris-maes b21b1bc
Merge branch 'release/26.06' into dual_postsolve_fixes_2
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| NAME min_x_squared | ||
| ROWS | ||
| N obj | ||
| G c1 | ||
| COLUMNS | ||
| x c1 1 | ||
| RHS | ||
| RHS_V c1 1 | ||
| BOUNDS | ||
| FR BOUND x | ||
| QUADOBJ | ||
| x x 2 | ||
| ENDATA |
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.