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

Return the solution for each iteration using Dual Simplex (2022)

回答済み

コメント

1件のコメント

  • Mario Ruthmair
    Gurobi Staff Gurobi Staff

    Hi,

    No, unfortunately there is no way to access intermediate simplex solutions during a callback. In the SIMPLEX callback you can only retrieve current objective value, iteration, and infeasibilities.

    As a workaround, you could set parameter IterationLimit=1, and iteratively call optimize() (that ends after a single simplex iteration) and retrieve the according solution.

    Best regards,
    Mario

    0

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