Kaiwen Zhu

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

アクティビティの概要

Kaiwen Zhuさんの最近のアクティビティ
  • Kaiwen Zhuさんが投稿を作成しました:

    How to minimize the SUM of all flows xij

    回答済み

    Hi, How do I set the objective function to minimize the SUM of all flows xij? My model is below,   import itertoolsn=["a","b","c","d","e","f","g"]arcs=list(itertools.combinations(n,2)) #model and v...