Roos Vahrmeijer

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

Posts

Recent activity by Roos Vahrmeijer Recent activity Votes
  • max and min constraints

    Ongoing

    Hello! I'm trying to formulate the following constraint in python:  max{0,qi}<= Qik <= min{Ck, Ck + qi} I tried to do this with the following formulation:  m.addConstrs(Q[(i,k)] >= 0 for i in V for...