Sonja Mars
-
Gurobi Staff
- Total activity 296
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 3
- Subscriptions 173
Comments
Recent activity by Sonja Mars-
Can you share the whole log? Do you have a copy of the model object around or is m the only Gurobi model?
-
Hi, If you do it that way they should get deleted. However, you can also force a model model to be garbage collected with the statement del model Best regards, Sonja
-
Hi, Have you tried to do parameter tuning using our Tuning Tool on this model? Thanks, Sonja
-
Hi Matheus, What Gurobi version are you using? If the situation is that easy that Gurobi should be able to figure this out and stop the solving once it reaches the above situation. Also have you tr...
-
Hi Gregory, Can you share a log file showing this behavior? Thanks, Sonja
-
Hi, What kind of things are written in your log file? And when exactly do you set the parameter OutputFlag? To make sure it is set from the very beginning of your program, you can use a gurobi.env ...
-
I am sorry, these where general guidelines as I did not know the language you are using. For Python you can use the Model.cbGetSolution() method to retrieve the solution values.
-
Hi, It seems there is a Sqrt and pow of some variables in your objective? Is this this correct? If so, it this still linear/quadratic? In general you cannot solve problems like this with an LP/QP/M...
-
Hi, This question is far to general to be answered here. Do you have a more specific question directly related to Gurobi? Best regards, Sonja
-
Hi, These are modules that don't come with every Python distribution, you have to install them separately or use a different Python distribution. If you are using Anaconda Python you can easily ins...