coin-or / minotaur

Minotaur Toolkit for Mixed-Integer Nonlinear Optimization
https://minotaur-solver.github.io/
Other
68 stars 21 forks source link

Add an Osi interface #18

Open ycollet opened 6 years ago

ycollet commented 6 years ago

Add an Osi interface to minotaur. So as to be able to call Minotaur via an Osi call.

minotaur-solver commented 6 years ago

Since Minotaur is not an LP solver (but depends on LP solvers for solving MINLPs), providing an OSI-LP interface to Minotaur is not possible.

An OSI compatible inteface for QPs and MIQPs might be possible and quite useful. I will mark this as an enhancement. Would you like to contribute? Thanks.