Structuring an MINLP solver #585
Unanswered
matheusdiogenesandrade
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello guys!
I am working on a project in which I have to code some algorithms for smooth MINLPs, such as the Extended Cutting Plane, Extended Supporting Hyperplane, and Outer Approximation. I am planning to use the Cbc, with its MILP solver for solving the master problem, along with its callback functionality for adding cuts from the slave problems.
Therefore, I am trying to list all functions from Cbc I have to use throughout 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 Cbc before, and if has some answers for filling this table.
Thank you for the attention, and best regards.
Beta Was this translation helpful? Give feedback.
All reactions