Fix bug in crossover where numerical was returned instead of time limit#23
Merged
rapids-bot[bot] merged 1 commit intobranch-25.05from May 21, 2025
Merged
Conversation
Also adds the --relaxation flag to cuopt_cli to solve the LP relaxation of a MIP
Contributor
Author
|
/ok to test 1876963 |
@chris-maes, there was an error processing your request: See the following link for more information: https://docs.gha-runners.nvidia.com/cpr/e/2/ |
Contributor
Author
|
/ok to test 1876936 |
rg20
reviewed
May 21, 2025
| std::string file_name = program.get<std::string>("filename"); | ||
|
|
||
| const auto initial_solution_file = program.get<std::string>("--initial-solution"); | ||
| const auto solve_relaxation = program.get<bool>("--relaxation"); |
Contributor
There was a problem hiding this comment.
does this handle true false words as well? or just 0 and 1 ?
Contributor
Author
There was a problem hiding this comment.
It works like a flag. If you add --relaxation the value is true, if you don't add that option the value is false. I thought it should be different than the other parameter settings (since this is not a parameter).
Contributor
|
/merge |
jieyibi
pushed a commit
to yining043/cuopt
that referenced
this pull request
Mar 26, 2026
…it (NVIDIA#23) Also adds the --relaxation flag to cuopt_cli to solve the LP relaxation of a MIP Authors: - Chris Maes (https://github.com/chris-maes) Approvers: - Nicolas Blin (https://github.com/Kh4ster) URL: NVIDIA#23
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.
Also adds the --relaxation flag to cuopt_cli to solve the LP relaxation of a MIP