Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  Array

    Posted 05/24/16 12:51 AM

    Originally posted by: sandeepsinghchauhan


    tuple A
    {
      key int p;
      float s;
    }
    {A} P = ...;

    tuple TL
    {
       key A p;
       key int l ;
       key int U;
       float c;
       float t;
    }
    {TL} Pr with p in P = ...;

    after getting Pr i want in Pr my U values will start from 1 and end to its corresponding  value like 1..10,1..18 etc.

    How can i do it ? please help

     


    #DecisionOptimization
    #OPLusingCPLEXOptimizer