Lukas Winkel
- Total activity 14
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
Comments
Recent activity by Lukas Winkel-
Thank you for the reply, I will look into the callback!
-
Hi Maliheh,thank you for the fast answer, the solution approach with the SolutionLimit set to 1 is perfectly feasible for my use case. Also thank you for explaining the problems with callbacks!Best...
-
Thanks!
-
Thank you for the fast reply, Jaromil!Updating Gurobi is a good idea. Curiously, the version was not the problem, but a parameter change I forgot about was the issue.While we are at it, do you mayb...
-
Example 1:QP: https://seafile.rlp.net/f/7b9ccb57b96847bea7c9/Log: Gurobi Optimizer version 9.0.2 build v9.0.2rc0 (linux64)Optimize a model with 500 rows, 250 columns and 29984 nonzerosModel fingerp...
-
Hi Sonja,sure, the code: from gurobipy import * m = Model("qp") throws: NameError: name 'Model' is not defined When using: from gurobipy import * print(dir(gurobipy)) to print the directo...