Decision Optimization

Decision Optimization

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

 View Only

development with ilog opl(cplex)

  • 1.  development with ilog opl(cplex)

    Posted Tue February 09, 2010 09:07 AM

    Originally posted by: SystemAdmin


    Hi,
    i would like to develope this constraint with ilog opl5.5 cplex :
    Xij=0, Ѵ i,j
    tel que DA[i]< roul[j].DL[k]
    Ѵ k
    I develop this constraint as follows but the result is incorrect:

    forall(i in I,j in J,k in K)
    if (DA[i]< roul[j].DL[k])
    X[i][j]=0;
    Could you help me please???
    thanks in advanced
    #DecisionOptimization
    #OPLusingCPLEXOptimizer