Skip to main content

Sifting method from scratch

Answered

Comments

1 comment

  • Simranjit Kaur
    • Gurobi Staff Gurobi Staff

    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 the Sifting parameter to a positive value. You can use the SiftMethod 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,
    Simran

    0

Please sign in to leave a comment.