
Haoze Wu
- 合計アクティビティ 10
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 1
- サブスクリプション 3
アクティビティの概要
Haoze Wuさんの最近のアクティビティ-
Haoze Wuさんが投稿を作成しました:
Most efficient way to extract the IIS of a LP?
ユーザーの入力を待っています。Hi, I'm trying to use the computeIIS() function from the C++ API on a LP. The documentation (https://www.gurobi.com/documentation/9.5/refman/py_model_computeiis.html) says that "IIS results are ret...
-
Haoze Wuさんがコメントを作成しました:
Hi Jaromil, Thanks a lot for the info! This is very helpful! Andrew
-
Haoze Wuさんがコメントを作成しました:
Hi Jaromil, thanks a lot for the response. Yeah, so I'm trying to handle a problem that involves disjunctions of linear constraints and I'm calling Gurobi to solve each LP sub-problems. Say I hav...
-
Haoze Wuさんが投稿を作成しました:
How does incremental solving work with presolve ?
回答済みHi, I added some constraints to a model and called model.solve(), which seems to trigger presolve. Optimize a model with 2241 rows, 5671 columns and 339845 nonzeros ...Presolve removed 1234 rows...
-
Haoze Wuさんがコメントを作成しました:
Ah I see. Thanks for the explanation!
-
Haoze Wuさんが投稿を作成しました:
Is it possible to dump the discovered implied bounds after solving LP?
回答済みI'm not sure whether this is a sensible question. If some bound tightening/propagation techniques are used when solving a LP problem (e.g., examining a row when revised Simplex is running), is it p...