Hello there,
I’m looking for your help
I have some doubts writing next equations
[img][/https://www.dropbox.com/home/gams?preview=first.JPG]
I’ve written this part as a parameter as follow
[/temprano(i,k)$order(k,i) = Release(i) + sum(kk$predecesores(k,kk,i),smin(j$J2(j,i,kk),Tproc(i,k,j)))]
[code][/fin(i,k)$order(k,i) = Duedate(i) - sum(kk$sucesores(k,kk,i),smin(j$J2(j,i,kk),Tproc(i,k,j)));]
then with those equations, I have to build new sets/parameters and write these equations.
I don't know if I have to write these as variables or parameters
[img][/https://www.dropbox.com/home/gams?preview=second.JPG]
Could you help me please
thanks in advance
Pedro