Sifting method from scratch
AnsweredHello,
I have a LPP which has 5000 columns and I want to use Sifting method to solve it. I wish to implement Sifting from scratch. Could anyone help me with that ?
-
Hi Ritesh,
You can use Gurobi's Sifting parameter to control sifting within the dual simplex. Please see the excerpt below from the section "Continuous models" in our reference manual:
Sifting is actually implemented within our dual simplex solver, so to select sifting, set the
Method
parameter to 1 (to select dual), and then set theSifting
parameter to a positive value. You can use theSiftMethod
parameter to choose the algorithm that is used to solve the sub-problems that arise within the sifting algorithm. In general, sifting is only effective when the ratio between variables and constraints is extremely large (100 to 1 or more).Best regards,
Simran0
Please sign in to leave a comment.
Comments
1 comment