Rune Delbecque

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

Posts

Recent activity by Rune Delbecque Recent activity Votes
  • gurobipy.Model has no attribute addGenConstrPWL [solved]

    Answered

    I'm trying to add piecewise-linear constraints to my model 'RK'. First, I define the following variables: for i in range(0, len(Cities)): DistanceToClosestDC[i] = RK.addVar(vtype=GRB.CONTINUOUS,...