qianna sun
- 合計アクティビティ 5
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 2
アクティビティの概要
qianna sunさんの最近のアクティビティ-
qianna sunさんが投稿を作成しました:
how to take sum of value from the different dictionaries?
回答済みI have four dictionaries, product_mill1, cost, time = gp.multidict({"0.5s1" : [0.1, 0.5], "1.0s1" : [0.15, 0.6], ...
-
qianna sunさんがコメントを作成しました:
Hi Maliheh, Thank you for replying. I also have three questions 1 I have objective function: min. 0.1x11+0.15x21+0.25x31+0.55x41+0.1x12+0.18x22+0.15x32+0.5x42+0.2x52+0.3x62+0.5x72+1.0x82+0.13x53+...
-
qianna sunさんが投稿を作成しました:
how to do the quick sum not for every variable?
回答済みhave already done my objective function as products, cost = gp.multidict({(1,1) : 0.1, (1,2) : 0.1 (1,4) : 0.15, (2,1) : 0.15, (2,2) : 0.18, (2,4) : 0.2, (...