How to write the following loop from MATLAB in CPLEX.
for l=1:L
for t=1:T
vcllt(l,t)*(sum(Rlit(l,:,t)+sum(Rlkt(l,:,t))));
end
end
Rlit and RLkt are decision variable of type float+.
------------------------------
Muhammad Aqib
------------------------------