Patricio Burdiles
- 合計アクティビティ 6
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 2
コメント
Patricio Burdilesによる最近のアクティビティ-
Thanks Eli for the clarification. Now it works.
-
Hello I am trying to extend the methodology presented here to python, but have not been succesfull. Here is a section of my code: I have also tried the following without success: fixed = model.fi...
-
I have also tried the following without succes: fixed = model.fixed()fixed.Params.QCPDual = 1fixed.optimize()constrs = fixed.getConstrs()shadow_price = fixed.getAttr(GRB.Attr.QCPi) #this works b...