I am trying to solve the following non-convex optimization problem. I'd appreciate any tips or directions.
$ \text{minimize } ||C_1||_2^2 + ||C_2||_2^2$
$ \text{subject to } ||H(C_1 -C_2)||_2^2 \geq 1$
where $||.||_2$ is the $l2$ norm, $C_1$ and $C_2$ are vectors of length $L$ and $H$ is a diagonal matrix.