-
-
Notifications
You must be signed in to change notification settings - Fork 391
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
Fix pulp cbc cmd solver params #778
Fix pulp cbc cmd solver params #778
Conversation
|
Commit 29ab059 removed the type annotations for compatibility with older Python versions. |
Thanks, until now, we had them as flags of None/ not None. I guess it makes sense to be able to pass False if we want to deactivate them. Since these tests only affect CBC, I recommend to add them as methods of the CBC class: Lines 1439 to 1443 in 6af3801
|
Hey Franco, Thanks for your recommendations.
Please let me know if you have any other suggestions. |
PR
presolve=False
, the optionpresolve on
is still passed to the command line.The following Google Colab Notebook presents all the issues and the corresponding fixes.
https://colab.research.google.com/drive/18afePVGohf9Bumns6ziiXjuoAI6SrJZL?usp=sharing