Decision Optimization

Decision Optimization

Delivers prescriptive analytics capabilities and decision intelligence to improve decision-making.

 View Only
  • 1.  Nested Loops in CPLEX

    Posted Sun April 23, 2023 12:32 AM

    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
    ------------------------------