Originally posted by: SystemAdmin
[apr_159 said:]
Hello, I am solving non-linear programming using cplex. Basically, I want to emulate the matlab function
fmincon
which uses the active set method to solve non-linear equations. However, the results from cplex and fmincon are different. I know that matlab solution is correct and cplex is not.
How can I define the mathematical model to emulate the fmincon matlab function.
#DecisionOptimization#MathematicalProgramming-General