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