Hey,
I have a standard Quadratic Program to solve. When using solvesdp and choosing the solver 'mosek' the command line output tells me that the QP-solver from mosek is used and if i choose 'mosek-sdp' then conic optimization is used. Strange is, that the 'mosek' solver is a way slower then 'mosek-sdp' and i do not have a clue why. For me it would be more obvious if the QP-solver from mosek, solves my QP the fastest.
does anybody know the reason why this could be?
the setup is: the row vector x is my variable, objective = x'*C*x + c'*x, constraint = [Ax <= a, Bx == b]
i am wondering if it can happen that get wrong results because mosek is not using the qp-solver with 'mosek-sdp'.
Thanks