Nico T
- 合計アクティビティ 16
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 6
コメント
Nico Tによる最近のアクティビティ-
Matthias Miltenberger Thanks for clarification. What exactly do you mean by tightening the bounds? How would i accomplish that?
-
Matthias Miltenberger Would this be the correct way? I am not able to test it right now? for i in I: breakpoints = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10] slopes = [0] + [-math.exp(-(5-x)) for x...
-
Matthias Miltenberger Thank you for your answer. That helped me a lot. I am also trying to implement this function, but am currently failing. Could you possibly help me here again? \(c_i = 1 - 1/(1...
-
Ed Rothberg Thanks for your answer. How exactly would the code for the latter approach look like in my case?
-
Ronald van der Velden No worries. I tried your approach and initially it didnt work. But updating the model with "model.update()" after assigning names to the constraints did the trick. Thanks
-
Ronald van der Velden Thank you for your help. Sadly it does return this error "gurobipy.GurobiError: Constr not in model". How do i fix that?