anriseth / MultiJuMP.jl

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

Update Linear.jl Example #41

Closed jrock2468 closed 1 year ago

jrock2468 commented 5 years ago

Fixes error message "ERROR: TypeError: in typeassert, expected MultiJuMP.MultiMethod, got Symbol".

matbesancon commented 5 years ago

thanks @jrock2468 Could you add a compat field for JuMP at the same time in the Project.toml:

[compat]
JuMP = "0.18"
amgad-naiem commented 1 year ago

Already updated with another PR