I have a symmetric and positive semidefinite matrix $M$. Is it possible to solve the following problem as a quadratic problem?
$$\begin{array}{ll} \text{maximize} & w^T M w\\ \text{subject to} & w^T w \le 1\\ & A w \ge 0\end{array}$$
where $A$ is some matrix. If not, what is the right tool (maybe even software) to solve this kind of problem? We know also that $w^T M w$ is bounded above by some number.
This is a non-convex problem (as you are maximizing a convex function), so it may be difficult. Cplex should be able to do it, though, if the number of variables is not too big.