Summer Purschke

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

アクティビティの概要

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

    Hi Maliheh,    Thank you for the quick response! I'm trying to model the condition if any values in a list ==1, that x must equal 1, where the values in the list are calculated by [(a_1+ b_1) / 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...

  • Summer Purschkeさんが投稿を作成しました:

    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 ...