Lars Sauerteig
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Comments
Recent activity by Lars Sauerteig-
Hi Jaromił, thank you very much for linking the definition of the SOS2 constraints. I finally get the same results as for using the addGenConstrPWL-constraint, so I think the model is working the w...
-
Hi Jaromił, thank you for your response. I already tried using the piecewise linear function, but for my assignment I need to calculate mu[i] using only elaborated linear functions. So my idea was ...
-
Hi Jaromił, thank your for your help! The code is now working the way I want it to work. Best regards,Lars
-
Hi Jaromił, thank you for your answer. I tried implementing your idea based on the article you linked like this: mdl.addConstrs((t[i] >= et[i] + 0.0001 - M * (1 - ul[i])) for i in N)mdl.addConstrs(...