Replies: 2 comments 2 replies
-
When start building the model you can set solver_name to "cbc". |
Beta Was this translation helpful? Give feedback.
1 reply
-
I use the following code:
so that, if GUROBI is installed and its license is OK, it will run, otherwise MIP will use CBC. It works, but I also get a lot of error messages:
Is there a way to suppress these error messages? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have GUROBI installed, and MIP automatically detects it and uses it. How can I tell MIP to not use GUROBI?
Beta Was this translation helpful? Give feedback.
All reactions