Using the results of first objective function as variable in another objective function

Dear All,


I want to use ActivePowerBalanace.m which is Locational Marginal Price as a variable in another objective function. Note that P_Bus is equality constraint for active power. Do you know how I can do it?


ActivePowerBalanace(i) … Pg(i)-(Pload(i))=e= sum(j,V(i)(V(j))(Gbus(i,j)*cos(Teta(i)-Teta(j))+Bbus(i,j)*sin(Teta(i)-Teta(j ))));

Thank you.

Best regards

Carlos


To unsubscribe from this group and stop receiving emails from it, send an email to gamsworld+unsubscribe@googlegroups.com.
To post to this group, send email to gamsworld@googlegroups.com.
Visit this group at http://groups.google.com/group/gamsworld.
For more options, visit https://groups.google.com/d/optout.

put it in a parameter like H, then use H in the other model. You can build different models by Model name / equation1,equation2,…/

On Monday, September 14, 2015 at 4:04:48 AM UTC-7, Carlos wrote:

Dear All,


I want to use ActivePowerBalanace.m which is Locational Marginal Price as a variable in another objective function. Note that P_Bus is equality constraint for active power. Do you know how I can do it?


ActivePowerBalanace(i) … Pg(i)-(Pload(i))=e= sum(j,V(i)(V(j))(Gbus(i,j)*cos(Teta(i)-Teta(j))+Bbus(i,j)*sin(Teta(i)-Teta(j ))));

Thank you.

Best regards

Carlos


To unsubscribe from this group and stop receiving emails from it, send an email to gamsworld+unsubscribe@googlegroups.com.
To post to this group, send email to gamsworld@googlegroups.com.
Visit this group at http://groups.google.com/group/gamsworld.
For more options, visit https://groups.google.com/d/optout.