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

running time to optimality

回答済み

コメント

1件のコメント

  • Mario Ruthmair
    • Gurobi Staff

    Hi Iason,

    1) If the solver did not find a solution yet but it is still going on, then there is a chance that your model is infeasible. But the solver does not know yet. It could also be that finding a solution is very challenging. Proving infeasibility can be very difficult. If the model is actually infeasible and if presolving and the root relaxation did not lead to the proof of infeasibility, the branch-and-bound phase can take a very long time.

    2) The root relaxation is obtained by relaxing integrality on all integer variables. The objective value from the resulting relaxation gives a dual bound on the optimal value. So no, it is not a feasible solution for the original problem.

    3) The solver has a finite solution runtime for all models (provided that there is no bug), but the runtime can be very high, and you could potentially run into memory limits before the model is solved.

    Best regards,
    Mario

    0

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