I'm beginner with gams , so i'm trying to create this new function into gams
MAX (Σ(t=0-->2020) (Vusage (t ) * pusage * 1-busage ))
where pusage and tusage are two constants and Vusage (t ) is a function depending on t incremental.
How can I write the code of gams Thanks for all