anriseth / MultiJuMP.jl

MultiJuMP enables the user to easily run multiobjective optimisation problems and generate Pareto fronts.
Other
61 stars 11 forks source link

Linear opt #22

Closed matbesancon closed 5 years ago

matbesancon commented 5 years ago

This PR introduces the possibility to have linear objectives. It is currently introduced with a linear::Bool field in MultiData and correponding keyword in MultiModel.

Also introduced a new method to MultiModel to allow users to pass a model directly as in MultiModel(m, kw...).

Also removed the need for Ipopt as a direct dependency, since the package becomes solver-independent. It is just used and required in the tests

anriseth commented 5 years ago

Great :) Thanks a lot!

I'll add you as a maintainer so you can update the release etc. at your will. I've left academia and am not using Julia these days :(