Lars Sauerteig
- 合計アクティビティ 8
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 2
コメント
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(...