Rayan SAAD

  • Gurobi-versary
  • First Comment
  • First Question
  • 合計アクティビティ 3
  • 前回のアクティビティ
  • メンバー登録日
  • フォロー 0ユーザー
  • フォロワー 0ユーザー
  • 投票 0
  • サブスクリプション 1

アクティビティの概要

Rayan SAADさんの最近のアクティビティ
  • Rayan SAADさんがコメントを作成しました:

    is it correct to express it like this : model.addConstrs( (W[i,c,k,t] ==1) >> (gp.quicksum( W[j,d,k,t] for j in range(I) for d in range(C) if j != i if d !=c) == 0 ) for i in range(I) for k in ra...

  • Rayan SAADさんが投稿を作成しました:

    If Constraint

    回答済み

    Hello, i have a binary variables W[i,c,j,t], and i want to expres this constraint: If for a given j and a given t W[i,c,j,t]=1  so  all other W for the same j and t most be equal to 0. For example ...