Summer Purschke

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

投稿

Summer Purschkeによる最近のアクティビティ 最近のアクティビティ 投票
  • addGenConstrOr - does the list need to just be 0 and 1 values?

    回答済み

    Hey all - looking for an answer to a quick question. I have  variable that I want to set to 1 if two other related variables are also 1. My idea is to apply addGenConstrOr to the following list. Va...

  • Creating conditional binary variables

    回答済み

    Hey all I'm pretty new to mathematical programming, and currently doing so through Python. I have a variable, lets call it X, that I need to be 1 if Y is greater than 0, else 0.  I'm struggling to ...