Decision Optimization

Decision Optimization

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

 View Only
Expand all | Collapse all

int and float in tuples

  • 1.  int and float in tuples

    Posted Sat March 12, 2016 04:43 AM

    Originally posted by: sandeepsinghchauhan


    Any example which show both integer and float used in tuples


    #DecisionOptimization
    #OPLusingCPLEXOptimizer


  • 2.  Re: int and float in tuples

    Posted Sat March 12, 2016 10:11 AM

    Hi,

    in the example CPLEXStudio1263\opl\examples\opl\blending

    in blending.mod

    tuple pSolutionT{
        int Metals;
        float value;
    };

    regards


    #DecisionOptimization
    #OPLusingCPLEXOptimizer