align service api with SDK (compat with deprecations)#227
align service api with SDK (compat with deprecations)#227rapids-bot[bot] merged 22 commits intoNVIDIA:branch-25.08from
Conversation
|
realized that on the clientside, ThinclientSolverSettings also needs to be fixed up |
rgsl888prabhu
left a comment
There was a problem hiding this comment.
CUOPT_MIP_HEURISTICS_ONLY needs to be updated in docs section.
Also lets add tests to make sure the naming changes are in good shape.
ok fixed the doc and added a dataset that sets all solver_config values for LP to make sure none are rejected |
rgsl888prabhu
left a comment
There was a problem hiding this comment.
Awesome @tmckayus, changes look good.
Have few minor doc related suggestions, I am approving the PR. So you can push those changes and merge once it is ready.
|
/ok to test 03966cf |
|
/merge |
The service API is not aligned completely with the SDK API from 25.05 in relation to solver configs. This change brings them into alignment with deprecation notices and backward compatibility Authors: - Trevor McKay (https://github.com/tmckayus) - Ramakrishnap (https://github.com/rgsl888prabhu) Approvers: - Gil Forsyth (https://github.com/gforsyth) - Ramakrishnap (https://github.com/rgsl888prabhu) URL: NVIDIA#227
The service API is not aligned completely with the SDK API from 25.05 in relation to solver configs. This change brings them into alignment with deprecation notices and backward compatibility