Kaiwen Zhu

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

Activity overview

Latest activity by Kaiwen Zhu
  • Kaiwen Zhu created a post,

    How to minimize the SUM of all flows xij

    Answered

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