Dear Gams Users,
how can I find the dual of a problem which is written in Gams?
Thanks in advance for help.
–
To post to this group, send email to gamsworld@googlegroups.com.
To unsubscribe from this group, send email to gamsworld+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/gamsworld?hl=en.
Hakan,
If your question is about finding dual values of equations, you may need to append a piece of GAMS code to your main GAMS program to do the stuff for you. Something like …
*Marginal (dual) values
DISPLAY .m;
Whereas if you are asking about Lagrangian dual problem formulation, it is a different issue.
Hope this helps.
Destin
On Wed, Feb 22, 2012 at 8:59 PM, Hakan Kutucu wrote:
Dear Gams Users,
how can I find the dual of a problem which is written in Gams?
Thanks in advance for help.
To post to this group, send email to gamsworld@googlegroups.com.
To unsubscribe from this group, send email to gamsworld+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/gamsworld?hl=en.
Dear Destin,
I am not asking how to find dual values and also Lagrangian dual problem formulation. For given a linear programming problem, I would like to find its dual in Gams.
Date: Thu, 23 Feb 2012 13:29:15 +0100
Subject: Re: Dual of a model
From: destinzed@gmail.com
To: gamsworld@googlegroups.com
Hakan,
If your question is about finding dual values of equations, you may need to append a piece of GAMS code to your main GAMS program to do the stuff for you. Something like …
*Marginal (dual) values
DISPLAY .m;
Whereas if you are asking about Lagrangian dual problem formulation, it is a different issue.
Hope this helps.
Destin
On Wed, Feb 22, 2012 at 8:59 PM, Hakan Kutucu wrote:
Dear Gams Users,
how can I find the dual of a problem which is written in Gams?
Thanks in advance for help.
To post to this group, send email to gamsworld@googlegroups.com.
To unsubscribe from this group, send email to gamsworld+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/gamsworld?hl=en.
–
To post to this group, send email to gamsworld@googlegroups.com.
To unsubscribe from this group, send email to gamsworld+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/gamsworld?hl=en.