Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  how to handle a constraint with a maximum expression

    Posted 12/28/10 08:38 AM

    Originally posted by: xiongxiongxiong


    Dear all

    I am now using cplex with java to handle a MIP problem
    ,
    and there is a constraint with a maximum expression
    :
    a[i]=max{a[j],t[i][j]}
    ,
    where a[i] and a[j] are both IloNumVar variables, while t[i][j] is a double variable.

    I do not know how to handle this situation, so I am asking for your heip

    Thank you
    #CPLEXOptimizers
    #DecisionOptimization


  • 2.  Re: how to handle a constraint with a maximum expression