
SAMAN ESKANDARZADEH
- 合計アクティビティ 4
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 1
アクティビティの概要
SAMAN ESKANDARZADEHさんの最近のアクティビティ-
SAMAN ESKANDARZADEHさんがコメントを作成しました:
Hey Shashank, It was a while ago, I do not recall it exactly, however, I think the problem was that for some (i,j) in the index_pair, there was not a corresponding variable defined. So for example ...
-
SAMAN ESKANDARZADEHさんがコメントを作成しました:
Thanks. I found out what the problem was. I had simplified my question but it turned out that the source of the error was in the parts, I had excluded.
-
SAMAN ESKANDARZADEHさんが投稿を作成しました:
gurobipy.GurobiError: Second tuple member should be a Var
進行中Hello, I have a constraint as follows that produces error "gurobipy.GurobiError: Second tuple member should be a Var". I do not know how to resolve this. model.addConstrs(y[j]-y[i] <= (1 - x.sum(i,...