Joan Jene

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

Posts

Recent activity by Joan Jene Recent activity Votes
  • General Constraint Helper Functions with Matrices?

    It is easy to get the minimum when it is a Vars or a constant. For example:         var1 = m.addVar(name="var1", vtype=GRB.INTEGER)        var2 = m.addVar(name="var2", vtype=GRB.INTEGER)        m.a...