Originally posted by: SystemAdmin
[alain.chabrier said:]
Hi,
In Concert, you can use IloAbs() for absolute value, and simply * and /.
So it would be something like :
IloNumExpr e = x*(x-IloAbs(x))/(2*x);
However, I think, CPLEX will not be able to extract (i.e. interpret) and solve this non linear function.
Alain
#CPLEXOptimizers#DecisionOptimization