Clear lake problem with GAMS

Post Reply
shamsmd68@gmail.com
User
User
Posts: 2
Joined: 1 month ago

Clear lake problem with GAMS

Post by shamsmd68@gmail.com » 1 month ago

Hi,
I can not understand the following sintax of clearlake problem solved through gams. I am very beginner in the field of optimisaton and gams.

*ndelta required for current scenRed implementation
Parameter ndelta(n) 'water delta at each node';
ndelta(n) = sum{(tw(t,w), np(n,p))$[tn(t,n)], delta(w,p)};
* display ndelta;

Would anyone help me to send complete stochastic model with scenario reduction of the problem in the forum or in my email: shamsmd68@gmail.com

User avatar
bussieck
Moderator
Moderator
Posts: 933
Joined: 6 years ago

Re: Clear lake problem with GAMS

Post by bussieck » 1 month ago

I suggest you study the rules (app.php/rules) of this forum and follow them in case you want to recent helpful answers.

-Michael

Post Reply