Yizhi ZHEN
- 合計アクティビティ 8
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 3
コメント
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], ...