Add warmstart, model update, update docs#411
Merged
rapids-bot[bot] merged 4 commits intoNVIDIA:branch-25.10from Oct 1, 2025
Merged
Add warmstart, model update, update docs#411rapids-bot[bot] merged 4 commits intoNVIDIA:branch-25.10from
rapids-bot[bot] merged 4 commits intoNVIDIA:branch-25.10from
Conversation
Collaborator
|
/ok to test |
@rgsl888prabhu, there was an error processing your request: See the following link for more information: https://docs.gha-runners.nvidia.com/cpr/e/1/ |
Collaborator
|
/ok to test 763ad06 |
Collaborator
rgsl888prabhu
left a comment
There was a problem hiding this comment.
Thank you @Iroy30 for adding missing functions, please also add an example under example.rst on how to use warm start
cwilkinson76
approved these changes
Sep 26, 2025
Member
Author
|
/ok to test 744600d |
Member
Author
|
/ok to test b807173 |
tmckayus
approved these changes
Sep 29, 2025
rgsl888prabhu
requested changes
Sep 29, 2025
Member
Author
|
/ok to test a26cfd4 |
0cb2a6c to
ddd2fcd
Compare
Member
Author
|
/ok to test ddd2fcd |
rgsl888prabhu
approved these changes
Sep 30, 2025
Collaborator
rgsl888prabhu
left a comment
There was a problem hiding this comment.
Minor change, rest looks good. Awesome work @Iroy30.
Co-authored-by: Ramakrishnap <42624703+rgsl888prabhu@users.noreply.github.com>
Contributor
|
/ok to test |
@anandhkb, there was an error processing your request: See the following link for more information: https://docs.gha-runners.nvidia.com/cpr/e/1/ |
Member
Author
|
/ok to test 8e1953d |
Member
Author
|
/merge |
jieyibi
pushed a commit
to yining043/cuopt
that referenced
this pull request
Mar 26, 2026
Added: - updateConstraint() - Updates constraint coefficients and rhs - updateObjective() - Updates objective coefficients, constant and sense - get_pdlp_warm_start() - Retrieves warmstart data - relax() - to convert MIP to LP - getVariable and getConstraint to get vars and constrs by name or index - Updated docs and added tests - Fixed Objective expression bug when adding duplicate variables ## Issue Authors: - Ishika Roy (https://github.com/Iroy30) Approvers: - Cindy Wilkinson (https://github.com/cwilkinson76) - Trevor McKay (https://github.com/tmckayus) - Ramakrishnap (https://github.com/rgsl888prabhu) URL: NVIDIA#411
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
Added:
Issue
Checklist