Hi all!
I have the following:
set i /08/;
set j /17/;
set k /1*2/;
parameter g(k);
variable h(i,j,k);
I want to write an equation that says something like:
h(i,j,k) <= h(i,j-1,k) + g(k);
and I don’t know how to write the ‘j-1’ of the second member of the equation. Any idea??
Thank you in advance!
Fede
–
To post to this group, send email to gamsworld@googlegroups.com.
To unsubscribe from this group, send email to gamsworld+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/gamsworld?hl=en.