Yutong Zhang
- 合計アクティビティ 2
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 1
投稿
Yutong Zhangによる最近のアクティビティ-
addGenConstrMax:'gurobipy.LinExpr' object has no attribute '__cindex__'
回答済みI was trying to add a constraint as following: for i in demand_list: maxVarsList = [data1.loc[i,j]*x[j] for j in truck_list] m.addGenConstrMax(sum(z[i,j] for j in truck_list), maxVarsList) no...