LOADED | 1 | Model is loaded, but no solution information is available. |
---|---|---|
OPTIMAL | 2 | Model was solved to optimality (subject to tolerances), and an optimal solution is available. |
INFEASIBLE | 3 | Model was proven to be infeasible. |
INF_OR_UNBD | 4 | Model was proven to be either infeasible or unbounded. |
sol = solvesdp(F,obj,sdpsettings('savesolveroutput',1));
sol.solveroutput