Alexandra Baldus

  • Gurobi-versary
  • First Comment
  • First Question
  • 合計アクティビティ 3
  • 前回のアクティビティ
  • メンバー登録日
  • フォロー 0ユーザー
  • フォロワー 0ユーザー
  • 投票 0
  • サブスクリプション 1

アクティビティの概要

Alexandra Baldusさんの最近のアクティビティ
  • Alexandra Baldusさんがコメントを作成しました:

    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さんが投稿を作成しました:

    Multi Objective

    進行中

    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...