Help me read this line of code

Problems with syntax of GAMS
Post Reply
iwanttolearngams
User
User
Posts: 2
Joined: 3 years ago

Help me read this line of code

Post by iwanttolearngams »

Code: Select all

t(cn)$SUM((n,rgn), dat_n(n,cn,rgn,'Node','P')) = cn(cn); /* suppliers */

t_acc_np(t,n)$SUM((rgn), dat_n(n,t,rgn,'Node','P')) = 1;
As i as I understand it is a conditional statement that would be read as :

t(cn) should be equal to cn(cn) IF the SUM for all n and rgn, and im lost after that. Thanks in advance!!



For reference this is part of a gas market model at

https://www.ntnu.edu/iot/energy/energy-models-hub/ggm.
p/s this exact line of code is under the file "data>>in_market.gms"
Post Reply