Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  multidimensional arry

    Posted 04/18/08 05:16 PM

    Originally posted by: SystemAdmin


    [nicola said:]

    HI,
    I would to know how  can i  affect a value for multidimensional array( size =4).
    I see the help but i found an example for 2 dimensional array.
    So, i need  help to solve the problem.
    Thanks in advance
    #DecisionOptimization
    #OPLusingCPLEXOptimizer


  • 2.  Re: multidimensional arry

    Posted 06/21/08 09:57 PM

    Originally posted by: SystemAdmin


    [irv said:]

    Just do
      dvar float+  x[1..4][1..2][1..3][1..5];

    to get a 4 dimensional array of 4x2x3x5 .


    #DecisionOptimization
    #OPLusingCPLEXOptimizer