Kaiwen Zhu
- 合計アクティビティ 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...