-
Notifications
You must be signed in to change notification settings - Fork 112
cuPDLPx #388
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
cuPDLPx #388
Conversation
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
…th bound scaling, fix new conditional major computation, fix new constant and no perturbation for scaling
…ration count, add more debug prints
handle has restarted or not logic handle all restart metrics update (last error, best primal weight...) updated all restart method to know if has restared Fixes: handle no average restart checking if never restart to average removed useless plus one Fix scale and unscale logic fix halpern update weight update reafctor sum bounds since used in initial primal weight and fix min iteration restart issue fix major iteration issue correctly init primal and dual to 0 in localized duality gap removed useless convergeance variable Add new way to compute the convergeance information
…ting the primal and dual step size
Contributor
Author
|
This code need to be updated to handle the new merging of lower and upper bounds |
Contributor
|
/ok to test af661da |
tmckayus
reviewed
Sep 29, 2025
tmckayus
reviewed
Sep 29, 2025
python/cuopt_server/cuopt_server/utils/linear_programming/data_definition.py
Show resolved
Hide resolved
aliceb-nv
approved these changes
Sep 30, 2025
This is release notes for 25.05
akifcorduk
approved these changes
Sep 30, 2025
tmckayus
approved these changes
Sep 30, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
This PR add a new PDLP Solver mode code Stable3, the new default.
This mode is designed to behave like cuPDLP+ from Haihao et al:
@Article{lu2025cupdlpx,
title={cuPDLPx: A Further Enhanced GPU-Based First-Order Solver for Linear Programming},
author={Lu, Haihao and Peng, Zedong and Yang, Jinwen},
journal={arXiv preprint arXiv:2507.14051},
year={2025}
}
@Article{lu2024restarted,
title={Restarted Halpern PDHG for linear programming},
author={Lu, Haihao and Yang, Jinwen},
journal={arXiv preprint arXiv:2407.16144},
year={2024}
}
Some features are not supported: