Originally posted by: chicho12188
Hello, this is the first time im postin in this forum and i hope you could help me out with a problem i'm having.
On my model one of the restrictions is making my model to take really long to solve.
the restriccion is:
forall(p in pro, p2 in pro, l in lin, t in per, t2 in per: t2>=t)(L[p][l][t]+L
p2[l]
t2-1)*AL[p]
p2<=sum(k in t+1..t2)Y[l][k];
"L" and "Y"are binary variables
could some one tell how could i write this in another way in order that it does not search for every t an t2, but only for the ones that i want to?
i would like it to use only "t2" for the case where sum(k in t..t2, p3 in pro)L
p3[l][k]==0
Thank you!
#CPLEXOptimizers#DecisionOptimization