|
| From: | Meketon, Marc |
| Subject: | [Help-glpk] display of dual values in MathProg |
| Date: | Wed, 16 Jan 2008 21:29:11 +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?
-Marc
----------------------------------------------------------------------------
This e-mail and any attachments may be confidential or legally privileged. If
you received this message in error or are not the intended recipient, you
should destroy the e-mail message and any attachments or copies, and you are
prohibited from retaining, distributing, disclosing or using any information
contained herein. Please inform us of the erroneous delivery by return e-mail.
Thank you for your cooperation.
----------------------------------------------------------------------------
In AMPL there is an easy way to display dual values for a constraint using the “.dual” 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?
-Marc
----------------------------------------------------------------------------| [Prev in Thread] | Current Thread | [Next in Thread] |