Hello guys!
I am working on a project in which I have to code some C++ algorithms for smooth MINLPs, such as the Extended Cutting Plane, Extended Supporting Hyperplane, and Outer Approximation. I am planning to use the CPLEX, with its MILP solver for solving the master problem, along with its callback functionality for adding cuts from the subproblems.
Therefore, I am trying to list all functions from CPLEX Concert I have to use in the implementation. Below I listed such options in a table. So far I have listed some requirements the MILP solver must have, 1st column, and the corresponding functions, 2nd and 3rd columns.
I placed the "?" character in the cells I do not know the proper information. I am looking for the remaining information necessary to fill this table. I would like to know if someone has worked with MINLP with CPLEX before, and if has some answers for filling this table.
Thank you for your attention, and best regards.
------------------------------
Matheus Andrade
------------------------------