Forward-merge branch-25.05 into branch-25.08#37
Merged
raydouglass merged 6 commits intobranch-25.08from May 29, 2025
Merged
Conversation
Adds additional termination info for dual simplex. This allows users to get the same info from either solver when using Concurrent mode. Authors: - Chris Maes (https://github.com/chris-maes) Approvers: - Nicolas Blin (https://github.com/Kh4ster) URL: #33
Contributor
Author
|
FAILURE - Unable to forward-merge due to an error, manual merge is necessary. Do not use the IMPORTANT: When merging this PR, do not use the auto-merger (i.e. the |
…unds lookup with wrong variable id (#36) Previously, we fixed the bug of fixed problems using wrong probing cache ids by having an origial variable id map. However, after the merge of load balanced versions, the fix was ommited in the load balanced versions. There was a related probing cache lookup bug in which we were using the fixed original problems variables ids with the fixed problems host bounds. Now this is solved by keeping a reverse map too. Authors: - Akif ÇÖRDÜK (https://github.com/akifcorduk) Approvers: - Kumar Aatish (https://github.com/kaatish) - Chris Maes (https://github.com/chris-maes) URL: #36
* Address review comments * Add cli.rst * Cleanup CLI docs * Fix warnings and errors * Move commandline interface two levels up * Fix review comments * Adding changes from Andrew to add versions and adding link to cli * Update lp-milp-c-api.rst * changes for project.json and typedef header fix * Update cli-examples.rst * Update introduction.rst * Updates to faq.rst, introduction.rst, lp-features.rst, lp-milp-settings.rst, milp-features.rst, release-notes.rst, routing-features.rst * features and release notes * update * fix container path * fix container path * Move thirdparty files to directory and clean it * Update introduction.rst * Update brev details and add project.json * Changes to make cuOptCreateProblem consistent with cuOptCreateRangedProblem * deprecate cuda 11 support * Add rapids logger to rpath * Add cli test * fix issues * add a sample mps file for test * fix tests in docs * pre-commit changes * remove third party modeling languges for now from docs * Remove modeling language details * fix doc * update doc * Update introduction.rst * Update release-notes.rst * Update lp-features.rst * Update lp-example.rst * Update milp-examples.rst * Update cli-examples.rst * Update lp-features.rst * Update milp-features.rst * Update lp-features.rst * Update milp-features.rst * Update introduction.rst * Update introduction.rst * add cli to bin * update intro * APTH * disable cli test inwheels * Add cli support * Add path for testing --------- Co-authored-by: Rajesh Gandham <rgandham@nvidia.com> Co-authored-by: Chris Maes <cmaes@nvidia.com>
Temporary band-aid for rapidsai/cuopt#2489, as the underlying issue is difficult to debug and possibly a CUB/cuSparse bug Under high workloads, it appears calls to cusparse's CSR transpose algorithm return an off-by-one error in one of the indices. This only manifests in the ARM CI in the FJ tests on a specific instance. This PR disables the tests on this instance when building on ARM to work around this issue until the root bug is fixed. Authors: - Alice Boucher (https://github.com/aliceb-nv) Approvers: - Rajesh Gandham (https://github.com/rg20) URL: #39
…on3.12 (#38) Libcuopt wheel is a wrapper arounf C++ layer and there is nothing specific with respect to python version, so we just need to build for python3 version for different cuda and archs. This also adds updates to README to add build status Authors: - Ramakrishnap (https://github.com/rgsl888prabhu) Approvers: - Trevor McKay (https://github.com/tmckayus) URL: #38
Merged
Address VDR and VPR review comments Authors: - Ramakrishnap (https://github.com/rgsl888prabhu) Approvers: - Cindy Wilkinson (https://github.com/cwilkinson76) - Chris Maes (https://github.com/chris-maes) - Rajesh Gandham (https://github.com/rg20) - Trevor McKay (https://github.com/tmckayus) URL: #41
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.
Forward-merge triggered by push to branch-25.05 that creates a PR to keep branch-25.08 up-to-date. If this PR is unable to be immediately merged due to conflicts, it will remain open for the team to manually merge. See forward-merger docs for more info.