> I have a small problem and I want have the dual solution.

> But I find that the GLPK and LP-solve give me 2 different dual
> solution (the primal solution and the objective value is the same).

> Could someone help to explain the reason??

In column 'Marginal' the glpk simplex solver reports reduced costs
of non-basic auxiliary/structural variables; by definition they are
Lagrange multipliers, lambda, (also known as dual values) for
corresponding active bounds. For details please see subsection 4.1.1
(p. 82) in the glpk reference manual included in the distribution.

You should consult lp-solve documentation to understand the meaning
of 'dual variables'.





_______________________________________________
Help-glpk mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-glpk

Reply via email to