-
Notifications
You must be signed in to change notification settings - Fork 110
align service api with SDK (compat with deprecations) #227
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
realized that on the clientside, ThinclientSolverSettings also needs to be fixed up |
rgsl888prabhu
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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