Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  range with tuples

    Posted 05/24/16 05:45 AM

    Originally posted by: sandeepsinghchauhan


    I have a matrix

    P             l             u

    1            1            8

    1            2          15

    1            3          10

    2            1            5

    2            2            7

    I want to make a model in which i want to create a new matrix (with the help of tuples) in which every time U start with 1 for all values of U such as

    P         l       U

    1         1       1

    1         1       2

    .

    .

    .

    .

    1        1         8

    1         2        1

    .

    .

    .

    .2         1        15

     

    please help


    #DecisionOptimization
    #OPLusingCPLEXOptimizer