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.
----------------------------------------------------------------------------
Title: display of dual values in MathProg
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
----------------------------------------------------------------------------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.
----------------------------------------------------------------------------
_______________________________________________ Help-glpk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-glpk
