Javier Gil
- 合計アクティビティ 2
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 1
投稿
Javier Gilによる最近のアクティビティ-
Hi everyone, i'm having a problem withe my restriccions, I get this error: KeyError: ((1, 0), 1) in my first restriction
回答済みArcos = [(i,j) for i in range(10) for j in range(10) if i!=j] Dias = range(1,31) x = model.addVars(Arcos, Dias, vtype = GRB.BINARY, name = "x") y = model.addVars(Nodos, Dias, vtype = GRB.BI...