I am using the following for cplex solver:
ops=sdpsettings('solver',Solver, 'savesolveroutput',2, 'verbose',0, 'debug',1, 'cplex.solutiontarget',3);
'cplex.solutiontarget',3 is used to force towards global optimal solution.
After solution is obtained, how do we check whether global optimal was achieved?