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

Why Gurobi doesn't use provided warm-start basis?

ユーザーの入力を待っています。

コメント

1件のコメント

  • Mario Ruthmair
    • Gurobi Staff Gurobi Staff

    Hi,

    This is indeed strange, the default setting should be LPWarmStart=1 which means that presolve is disabled and the start basis is used. Apart from that, you probably want to set LPWarmStart=2 in most situations to keep presolve enabled.

    Still, we should find out what is happening for default settings. Could you please provide a link where I can download your model and the according attributes file (use model.write("model.mps") and model.write("model.attr") before calling optimize()).

    Best regards,
    Mario

    0

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