Nicola Brucker

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

Activity overview

Latest activity by Nicola Brucker
  • Nicola Brucker commented,

    Thanks for the Quick Answer and sorry im a beginner and have to try to fix the code. It should be a vehicle routing problem with time windows. Data is insert by a csv.file The constraint should pro...

  • Nicola Brucker commented,

    Hey i have the same problem with this line, maybe someone can help me. Thanks model.addConstrs(((gurobipy.quicksum(arc[i, j] for i in locations_without_dummy if i != j)) == 1 for j...