Lukas Winkel
- Total activity 14
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
Posts
Recent activity by Lukas Winkel-
Query Method Used for Automatic Method Parameter
AnsweredHello everyone,is there a way to query after the solve, which method was actually used, when the model parameter Method is set to "automatic"?Best,Lukas
-
Getting a first integer feasible point with callbacks
OngoingHey,I am trying to get a first integer feasible point fast (or to be more precise, its objective value) and then terminate the optimization process and thought about doing that via a callback. Unfo...
-
Numerical Issues When Adding Var Bounds
AnsweredHey everyone, I am currently solving a variety of similar QPs. For some of those QP I run into numerical troubles, when adding upper and lower bounds on the variables, which I can not explain. Here...
-
Model() not included in gurobipy
OngoingHey there, I'm using Gurobi8.1 in Anaconda (Spyder3.7 IPE) under an Academic License.When I'm trying to use the class Model(), the compiler throws a NameError and tells me, that Model is not define...