Alexandra Baldus

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

Activity overview

Latest activity by Alexandra Baldus
  • Alexandra Baldus commented,

    Hi Ronald, thank you very much for your help! Is this the right way to implement? model.setObjectiveN(Z1, index=0, priority=2, name="Z1")model.setObjectiveN(Z2, index=1, priority=1, name="Z2")model...

  • Alexandra Baldus created a post,

    Multi Objective

    Ongoing

    Hello, I am trying to solve a multi objective function problem. This is my code: Z1 = quicksum([yps[p,s] * auftraege['Profit'][p] for p in range(P) for s in range(S)])Z2 = -quicksum([yps[p,s] * auf...