Hi there,
I tried to use Mosek to solve the following SDP in Julia JuMP

, and Mosek cannot solve this problem to optimality on some real data set. The solver terminates with the status: MathOptInterface.SLOW_PROGRESS.
My questions:
1.From the website, I find that Mosek returns slow progress status if the problem is badly scaled, near feasible or near infeasible. Under each cases, what should I do respectively to make sure that I am able to solve the problem to optimality?
2. Constraint X-xx^T in PSDCone() is not allowed due to the error: this constraint is not positive definite, but the solver works when I replace it by [1 x^T; x X] in PSDCone(). Why does this happen?
Thanks!
