Mention GAMS and GAMSPy in third-party modeling languages page in documentation#206
Merged
rapids-bot[bot] merged 5 commits intoNVIDIA:branch-25.08from Jul 17, 2025
Merged
Conversation
Collaborator
…r cuopt docs spots as suggested by @rgsl888prabhu
Contributor
Author
Thanks for the hint @rgsl888prabhu. I now did so via commit 0f3c060. |
Collaborator
|
/ok to test 0f3c060 |
Contributor
Author
|
The link has now been made public https://github.com/GAMS-dev/cuoptlink-builder. |
Collaborator
|
Thank you @0x17 I will rerun the CI and merge it. |
Collaborator
|
/ok to test 86f7da2 |
Collaborator
|
/ok to test e1cbd05 |
Collaborator
|
/merge |
rgsl888prabhu
approved these changes
Jul 17, 2025
jieyibi
pushed a commit
to yining043/cuopt
that referenced
this pull request
Mar 26, 2026
…umentation (NVIDIA#206) This PR adds a mention of the GAMS and GAMSPy solver link for cuOpt. I created this as a draft, as the PR has some prerequisites: - The repository for the solver link [cuoptlink-builder](https://github.com/GAMS-dev/cuoptlink-builder) must be set to public beforehand and this will be timed with the publication of a GAMS blog article on the link. - A [counterpart PR](NVIDIA/cuopt-examples#71) for the [cuopt-examples](https://github.com/NVIDIA/cuopt-examples) repository should ideally be merged shortly before as it is mentioned here. ## Issue Part of resolving NVIDIA#188 Authors: - André Schnabel (https://github.com/0x17) Approvers: - Ramakrishnap (https://github.com/rgsl888prabhu) URL: NVIDIA#206
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
This PR adds a mention of the GAMS and GAMSPy solver link for cuOpt.
I created this as a draft, as the PR has some prerequisites:
Issue
Part of resolving #188