Hi everyone,
I am new to gams and am trying to implement a variant of generalized benders decomposition.
The algorithm requires me to utilize information about the lagrange multipliers.
Lets say I have 5 equations, i.e.
equations
h1 … container(‘F3A’) =e= 0.55container(‘F1’) +0.50container(‘F2’);
h2 … container(‘F3B’) =e= 0.45container(‘F1’) + 0.50container(‘F2’);
g1 … 2.5yvalue(‘YF’)-container(‘F4A’) - container(‘F4B’) =l= alpha(‘g1’);
g2 … container(‘F4A’) + container(‘F4B’) - 25yvalue(‘YF’) =l= alpha(‘g2’);
g3 … 2.5*yvalue(‘YD’)-container(‘F5A’)- container(‘F5B’) =l= alpha(‘g3’);
Would someone be able to tell me several ways to access the information about the lagrange multipliers associated with each of these equations?
I.e. h1 would have a lambda1
h2 would have a lambda 2
g2 would have a mew1
g2 would have a mew2
g3 would have a mew3.
I am not clear on how to access this information through gams, and any help you provide would be greatly appreciated.
Best regards,
George Khoury
–
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.