Hello,
I'm not quite an expert in optimization problems so please be patient.
I was trying to solve a problem characterized as a Quadratically Constrained Linear Program (QCLP) by the OPTI toolbox, then it solved the problem by CPLEX solver using the clpex:barrier method.
The problem is that in the end the exit-flag showed the number '-6' that means a non-optimal solution. As far as i know the problem that im solving is convex, and i'm pretty sure that is not an issue with the number of iterations or the time of solving, so i don't know why the solver show this non-optimal solution.