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

Artificial Variables Removal from Two Phase Method

コメント

2件のコメント

  • João Pedro Arroyo
    • First Comment

    It seems to me that this would not be covered, and that you would need to apply “step 5” after the optimization, instead of just removing the redundant rows.
    PS: I think the condition “ if abs(artificial[i].X) < 1e-6:” can be removed, because if some artificial var. has a non-zero coefficient (≥1e-6) then the condition “ if model.ObjVal > 1e-6:”  is true and the program does not get to the following steps.

    0
  • Daniel Lawand
    • First Comment
    • First Question

    Thanks for the heads up.

    I don't think Gurobi covers this either. 
    But I'm looking for a definite answer as to whether Gurobi does step 5 automatically in its optimization.
     

    0

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