Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  OPL example: Crew scheduling

    Posted 07/12/11 11:55 AM

    Originally posted by: stevenluda


    Hi,

    In the opl example project: crew scheduling, there is a tuple type defined as

    *******************
    tuple pairIdx_T {
    int i;
    int j;
    int v;
    };
    ******************
    It seems that the field j is not used anywhere in the whole project. Does anyone know where this field is used and what it is used for?

    Thanks
    #CPLEXOptimizers
    #DecisionOptimization


  • 2.  Re: OPL example: Crew scheduling

    Posted 07/12/11 12:04 PM

    Originally posted by: stevenluda


    I mean the data kept in this field is not used anywhere in the project.
    #CPLEXOptimizers
    #DecisionOptimization