anriseth / MultiJuMP.jl

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

Type piracy #39

Open matbesancon opened 5 years ago

matbesancon commented 5 years ago

Even though @recipe function f(m::JuMP.Model) is practical to have in some cases, it should not be there since we are hijacking the behaviour of JuMP.Model (type piracy)