Skip to main content

Duality of MILP

Answered

Comments

1 comment

  • Richard Oberdieck
    Gurobi Staff Gurobi Staff

    Dual variables are not well defined for MILPs, as they derive from convex analysis, and MILPs are non-convex due to the presence of integer variables. However, in theory you could fix the binary variables corresponding to a particular solution, solve the resulting LP and then get the values of the dual variables.

    However, as discussed in this knowledge base article, we advise against such strategies as the result carries little meaning. What are you trying to achieve with this?

    0

Please sign in to leave a comment.