help-glpk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-glpk] display of dual values in MathProg


From: Andrew Makhorin
Subject: Re: [Help-glpk] display of dual values in MathProg
Date: Thu, 17 Jan 2008 02:03:50 +0300

> display of dual values in MathProgIn AMPL there is an easy way to display
> dual values for a constraint using the #8220;.dual #8221; suffix.  E.g.,

>    display {i in NODES} NodeBalance[i].dual;

> where NodeBalance is a constraint;

> Is there an easy way to display dual values in MathProg?

Unfortunately this feature is not implemented yet. Only primal values
of structural variables are available. If you need to know dual values,
you can write the complete solution to a text file using the glpsol
option '-o filename'.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]