Ramin Fakhimi
- 合計アクティビティ 7
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 2
投稿
Ramin Fakhimiによる最近のアクティビティ-
How to solve large LP
ユーザーの入力を待っています。Hi, I want to solve a large LP problem with 1e5 variables, 1e9 constraints, and 1e12 non-zeros. I hope to solve this problem optimally, but any relaxed solution could also be helpful. I check Gurob...
-
Can we add cuts to all nodes of the B&B tree based on an incumbent solution?
回答済みAs I realized Gurobi cbCut function adds cuts to the current relaxed node. I want to add some cuts to every relaxed node in the B&B tree based on an incumbent solution. I wonder if this is possible...