Originally posted by: JesusCerquides
Hello,
I have found a problem whilst solving the MIP problem attached. If I use the default opt command (which performs presolving) I get a non-feasible solution reported as optimal (with a value of 6.14). However, if I disable presolving by doing "set preprocessing presolve no", then I get the correct optimal solution with value 4.55.
Thus, it looks like the presolver is performing some inadequate simplifications. Am I getting something wrong.
Jesús.
P.S. The problem is correctly solved by gurobi and glpk.
#CPLEXOptimizers#DecisionOptimization