Kaiwen Zhu

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

投稿

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