Kaiwen Zhu
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Posts
Recent activity by Kaiwen Zhu-
How to minimize the SUM of all flows xij
AnsweredHi, 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...