Carsten Moldenhauer
- 合計アクティビティ 5
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 2
アクティビティの概要
Carsten Moldenhauerさんの最近のアクティビティ-
Carsten Moldenhauerさんがコメントを作成しました:
If I may add a little note to the discussion. I also work with subtour eleminations. The inequalities (forbidden subtours) are determined via a max-flow/min-cut algorithm also for fractional soluti...
-
Carsten Moldenhauerさんがコメントを作成しました:
So the takeaway is that quicksum is fastest, if there are no coefficients (meaning all coefficients are 1). And otherwise one should either use `LinExpr` or the hacky `gp.MVar.fromlist(v)@np.array(...
-
Carsten Moldenhauerさんがコメントを作成しました:
I found this discussion by searching via google for LinExpr versus Quicksum. If you don't mind I'll join the discussion.I think the LinExpr is quicker than quicksum is somewhat of a myth (notabene:...