Summer Purschke

  • Gurobi-versary
  • First Comment
  • First Question
  • Total activity 5
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 2

Posts

Recent activity by Summer Purschke Recent activity Votes
  • addGenConstrOr - does the list need to just be 0 and 1 values?

    Answered

    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

    Answered

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