Nourhan Ismail
- 合計アクティビティ 5
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 1
コメント
Nourhan Ismailによる最近のアクティビティ-
it worked ,thank you so much
-
another question: Con_Kc=m.addConstr(quicksum(M[k] for k in blocks)== Kc) can i say : for k in blocks: if k == Kc: Cont_3=m.addConstr(Z== C*P[k+1])
-
this is P: blocks= list(range(1,8)) P={}for k in blocks:P[1]=4P[2]=3P[3]=5P[4]=1P[5]=6P[6]=3P[7]=2 and i have this constraints that i use to get the value of Kc Con_Kc=m.addConstr(quicksum(M[k] for...