Originally posted by: SecretName
Dear community,
I'm trying to insert an exponential function into my model, but cplex doesn't solve it correctly.
If I insert, for instance, x=3E2 it returns 300; if I insert x=3^2 it returns 1.
What am I doing wrong?
Furthermore, is Cplex able to calculate with negative exponents, which it uses from the dat.file?
Thank you for your help in advance.
#DecisionOptimization#OPLusingCPLEXOptimizer