anriseth / MultiJuMP.jl

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

Naming dispatch #27

Closed matbesancon closed 5 years ago

matbesancon commented 5 years ago

Some minor improvements on the API. Now using singleton types for methods, which can take some parameters in fields (such as inequality constraints for NBI)

It leverages dispatch on both Linearity and Method

matbesancon commented 5 years ago

this will require a new version since breaking API