I am trying to solve a mixed integer non-linear programming (MINLP) problem. I am aware that CPLEX can solve a mixed integer quadratic programming (MIQP) problem where the objective function contains a quadratic formula (the product of at most two decision variables).
However, my MINLP has the objective function which is the product of more than three integer decision variables, and all constraints are linear. I would like to know that can CPLEX solve this kind of the MINLP problem ?
Thank you.