MultiJuMP.jl
MultiJuMP.jl copied to clipboard
Update Linear.jl Example
Fixes error message "ERROR: TypeError: in typeassert, expected MultiJuMP.MultiMethod, got Symbol".
thanks @jrock2468 Could you add a compat field for JuMP at the same time in the Project.toml:
[compat]
JuMP = "0.18"
Already updated with another PR