Delivers prescriptive analytics capabilities and decision intelligence to improve decision-making.
Originally posted by: Mahzad
Hello Everyone,
I want to optimize a problem in which the objective function is a square root of a quadratic expression. I was wondering if anyone knows how to write this objective in Java using CPLEX.
Thanks for your time,
Mehrzad
The square root function is monotonically increasing, so my advice is to omit it. Whatever maximizes (minimizes) f(x) will also maximize (minimize) sqrt(f(x)).