Yutong Zhang
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by Yutong Zhang-
Yutong Zhang created a post,
addGenConstrMax:'gurobipy.LinExpr' object has no attribute '__cindex__'
AnsweredI 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...