Donggyu Jeon
- 合計アクティビティ 3
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 1
アクティビティの概要
Donggyu Jeonさんの最近のアクティビティ-
Donggyu Jeonさんがコメントを作成しました:
I found why the problem occurs. cities list includes duplicate strings. Thank you very much for detailed explanations!
-
Donggyu Jeonさんが投稿を作成しました:
duplicate keys in Model.addVars()
回答済みI try to set two (independent) decision variables (namely, 'open' and 'cover') with the following code: open = model.addVars(cities, vtype=GRB.BINARY, name ="open")cover = model.addVars(CITIES, vty...