Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  Need help about IloNumArray and IloExprArray

    Posted 07/11/10 02:50 PM

    Originally posted by: orange2005


    Hi, everyone,

    I have 4 functions about IloNumArray and IloExprArray as followings:
    1. I want to fulfill T[i]=X[i]+constant/Y[i]
    where T is an IloNumArray or IloNumVarArray, X and Y are two IloNumVarArray.
    2. T is still the IloNumArray or IloNumVarArray, I 'd like to have
    if(T[i]>T[j]) S=S+s[j]
    3. If TT is an IloExprArray
    if(TT[i]>TT[j]) S=S+s[j]
    4. the objective is min(max(TT))

    Please help me with the codes for fulfilling the functions.
    Thanks in advance!
    #CPLEXOptimizers
    #DecisionOptimization


  • 2.  Re: Need help about IloNumArray and IloExprArray

    Posted 07/11/10 03:30 PM

    Originally posted by: SystemAdmin


    Duplicate of thread 14485512.
    #CPLEXOptimizers
    #DecisionOptimization