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

Different solutions for different launches of MIP

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

コメント

1件のコメント

  • Silke Horn
    • Gurobi Staff Gurobi Staff

    Hi Domagoj,

    There are a few things that can introduce non-determinism into your Gurobi runs:

    • Using non-deterministic data structures: When your model is created with input from external data sources, you could, for example, end up with a different order of variables and/or constraints. This can lead to a different solution path and, hence, different solutions. Compare the models' fingerprint to make sure you are actually solving the exact same model each time.
    • Running on different hardware or with different settings can also lead to a different solution path.
    • Some parameters, such as a TimeLimit, can introduce non-deterministic.

    - Silke

    0

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