
Yizhi ZHEN
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Comments
Recent activity by Yizhi ZHEN-
Sorry I make a spelling mistake, the corrected should be if x!=0: y=x^-0.5; if x==0: y=0 where x is a non-negative integer. Thanks. Best regards
-
Hi, Thanks for your reply. But the error " KeyError: (0, 1, <gurobi.Var i_d_1>, 10, 1) " still shown up when the code as below is performed: model.addConstr(x[i, t, i_d[m], t_prime, m] <= z[i, m], ...