Haoze Wu
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 3
Posts
Recent activity by Haoze Wu-
Most efficient way to extract the IIS of a LP?
Awaiting user inputHi, 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 ?
AnsweredHi, 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?
AnsweredI'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...