Ben King

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

Activity overview

Latest activity by Ben King
  • Ben King created a post,

    Adding a constraint with min_ and MVars in Python

    Answered

    I am looking to implement a constraint such as the following: x = m.addMVar((100, 1), vtype=gp.GRB.CONTINUOUS) y = m.addMVar((100, 1), vtype=gp.GRB.CONTINUOUS) params = np.ones(y.shape) m.addConstr...