I was trying to use cplex for matlab to solve my optimization problem. However, It seemed to me that cplex was only able to solve PURE integer programming problem with quadratic objective function and quadratic constraints. Well I can certainly use a fine grid to discretize my continuous parameters, but this is not my first option.
My questions are:
- Is this true? Or am I confused?
- If my impression was correct, is anybody aware of some reliable solver capable of doing so?