{int} t1 = {1,2,3};
{int} t2 = {4,5,6};
range t= t1..t2;
C[t4] >= sum (d in d) d * task[t4][d];
Basically I want to use specific values for each t1 t2 t3. I want my range between t1 and t4. And then I call the t1 I want to use 1 2 3 as indices. I could not find a way around this and i am new to CPLEX OPL. Is this possible? If so how I can achieve this?