Hi, my problem is as follows:
Can the complete formulation of the problem above be solved using CVX and how? Thanks a lot!
How to make the formulation consistent with the DCP ruleset?
The matrix in the bracket is symmetric positive definite, so the objective is concave which makes a convex optimization problem. Is this a valid justification?
Of course I know these things. But (\mathop{\textrm{diag}}\alpha)-\alpha\alpha^T is a nonlinear expression. There is no guarantee that log-concavity will be preserved if you give the determinant function a nonlinear argument.
This is basic convex analysis. It is the reason why the composition rules are such a key part of the DCP ruleset, and why you must read and obey the FAQ if you intend to ask for help here.
Johan has reformulated this using Schur complement in a way which should be solvable in CVX. https://groups.google.com/forum/#!topic/yalmip/reuKgXVvQTE . Accordingly, I have removed the Nonconvex designation.
