Originally posted by: huguowei
in the expression array T,some expression is like T[i]=IloPower(2.7,H),H is also a expression.H consisit of some variables,like H=x[0]+x[1];
Frankly,I don't know well about the use of cplex function, especially,when the input of the function is variable or expression.I thy some cplex functions.IloAbs(x), x can be a variable or expression.but IloPower() seem be not.
#CPLEXOptimizers#DecisionOptimization