Adding GAMSPy transportation model example as Jupyter notebook#71
Merged
rgsl888prabhu merged 7 commits intoNVIDIA:branch-25.08from Jul 17, 2025
Merged
Adding GAMSPy transportation model example as Jupyter notebook#71rgsl888prabhu merged 7 commits intoNVIDIA:branch-25.08from
rgsl888prabhu merged 7 commits intoNVIDIA:branch-25.08from
Conversation
Collaborator
rgsl888prabhu
left a comment
There was a problem hiding this comment.
Left few minor comments. Thank you for the notebook.
@chris-maes any suggestions
rgsl888prabhu
approved these changes
Jul 17, 2025
Collaborator
rgsl888prabhu
left a comment
There was a problem hiding this comment.
@0x17 Changes look awesome, rest of the notebook looks good. I am approving the PR assuming you will address the last few comments.
Collaborator
rgsl888prabhu
left a comment
There was a problem hiding this comment.
minor comment, just need to add license to end of the notebook under markdown
SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved. SPDX-License-Identifier: MIT Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Collaborator
|
I should add this instruction to README.md, apologies for more requests. |
Collaborator
|
Thank you @0x17 |
rapids-bot bot
pushed a commit
to NVIDIA/cuopt
that referenced
this pull request
Jul 17, 2025
…umentation (#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 #188 Authors: - André Schnabel (https://github.com/0x17) Approvers: - Ramakrishnap (https://github.com/rgsl888prabhu) URL: #206
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 an example notebook for using cuOpt as solver in a Jupyter notebook of the classic transportation model written in GAMSPy.
I created this as a draft, as the PR has some prerequisites:
Issue
Part of resolving #188