coin-or / SHOT

A solver for mixed-integer nonlinear optimization problems
https://shotsolver.dev
Eclipse Public License 2.0
117 stars 25 forks source link

cleanup MC++ includes #167

Closed svigerske closed 11 months ago

svigerske commented 1 year ago

Removes unnecessary includes of ffunc.hpp. Include interval.hpp instead. This way, fadbad++ and cpplapack headers are no longer included (and could be removed).

andreaslundell commented 1 year ago

Are you in a hurry with this @svigerske? I would like to do a larger review (and perhaps remove MC++) completely, but as I am currently on vacation it will have to wait a few weeks...

svigerske commented 1 year ago

No, I'm not in a hurry to have this merged here.

But it's also a fairly small change that shouldn't stop you from a larger review. It's just removing or replacing some unnecessary includes so that cpplapack and fadbad++ headers are no longer included.