
Haoze Wu
- 合計アクティビティ 10
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 1
- サブスクリプション 3
投稿
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...
-
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...
-
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...