Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  how to write the expression in OPL

    Posted 03/05/12 08:50 AM

    Originally posted by: GMB7_Wang_Kefeng


    Who can tell me how to write the expression in OPL correctly as the follows and the
    corresponding formulation is in the attachment.

    {forall(j in C)
    sum(i in N1,k in V)x[i][j][k]==floor(max(p[j],q[j])/Q);
    }
    #DecisionOptimization
    #OPLusingCPLEXOptimizer


  • 2.  Re: how to write the expression in OPL

    Posted 03/06/12 10:06 AM
    Hi

    instead of max, you should use maxl

    Regards
    #DecisionOptimization
    #OPLusingCPLEXOptimizer