I need to write an equation for my model.
I m trying to write T(i) > T(i-1) for every i .
T is decision variable and i is index for T variable.
i is a set which includes 1,2,3,…,N. N is very big integer.
Hi,
T is continuous and positive variable.
Constraint has equality.
In gams code is like " eq(i)… T(i) =g= T(i-1)"
However for the i-1 case it can not run.
Thanks.