メインコンテンツへスキップ

Initializing the auxiliary gurobi variables

回答済み

コメント

1件のコメント

  • Matthias Miltenberger
    • 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

サインインしてコメントを残してください。