I want to minimize a quadratic objective function subject to a set of linear and quadratic constraints.
The quadratic objective function is indefinite (non-convex). The quadratic constraints are positive-semidefinite (convex). The variables are continuous.
Can I handle this with Gurobi or CPLEX? Which one is the better choice?