Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  creat a matrix

    Posted 06/18/16 02:12 PM

    Originally posted by: sandeepsinghchauhan


    p L Pro C
    1 1 1 70
    1 2 1 135
    1 3 1 310
    2 1 1 75
    2 2 1 150
    2 3 1 300
    3 1 2 78
    3 2 2 222
    3 3 2 360

    I want create a matrix using above excel data having columns as equal to L and rows equivalent to p 

                    L=1       L=2         L=3

    p=1        70           135        310

    p=2        75            150       300

    p=3         78            222      360

     

    please help


    #DecisionOptimization
    #OPLusingCPLEXOptimizer


  • 2.  Re: creat a matrix



  • 3.  Re: creat a matrix

    Posted 06/19/16 07:18 AM

    Originally posted by: sandeepsinghchauhan


    I know how to create 3 dimensional matrix.

    this is something else because here i am creating matrix with conditions such as L=1,L-2 and L=3


    #DecisionOptimization
    #OPLusingCPLEXOptimizer