Skip to main content

Initializing the auxiliary gurobi variables

Answered

Comments

1 comment

  • Matthias Miltenberger
    Gurobi Staff Gurobi Staff

    Hi Ramesh,

    You don't have to initialize variables. Gurobi will anyway try the zero solution and check whether this is feasible. The START attribute really makes sense when you have a valid (non-zero) starting solution available - even if it may only contain a subset of the variables. Then Gurobi will try to complete this solution and use it to have an initial primal bound to speed up the solving process.

    Please check out this guide on MIP Starts: How do I use MIP starts? – Gurobi Help Center

    I hope that helps.

    Cheers,
    Matthias

    0

Please sign in to leave a comment.