Ray TAN

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

投稿

Ray TANによる最近のアクティビティ 最近のアクティビティ 投票
  • write the relation between two deision variables

    進行中

    I would like to write the constraints between two continuous decision variable x(m) and y(n) x(m) is equal to the value of column in y(i,j) which is nonzero i.e.   y=[1,1,0,0,1] and x could be one ...

  • Modeling if constraints with interger variable

    回答済み

    I wanna write the constraint like if x=K  (K is a constant ) then y=z x,y,z are integer variables.   I scan the other related posts using big M method and I find it is unsuitable for my problem sin...