ramesh singh
- 合計アクティビティ 9
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 2
- サブスクリプション 2
コメント
ramesh singhによる最近のアクティビティ-
if i removed TL_temp constraints and update the TL and TR as for i in range(1,P+1): m.addConstr(TL[i]==sum((raw_data[i]*delta[i]/CU[i] + action_data[i]*bw[i,k])*C[i,k] for k in rang...
-
okay thank you so much for detaild explainations
-
Thank you! m.addConstr((C[i,k]==1)>> (TL[i]==(r_d[i]*d[i]/CU[i] + a_d[i]*TL_temp[i]))) this constraints have indirect dependency on k, through TL_temp[i] (m.addConstr(TL_temp[i]==(sum(bw[i...