You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The type piracy arised when trying to support multiobjective optmization combining objectives with and without units. My suggestion is to support only multiobjective optimization when all objectives have units. This should not be too much of a restriction. See pull request #20
This method is type piracy:
UnitJuMP.jl/src/units.jl
Lines 178 to 181 in c55366f
The tests fail with
JuMP#master
because we now return aVectorNonlinearFunction
instead of hitting this method.I don't know what a good solution is. Perhaps we just don't support multi-objective problems with UnitJuMP for now?
The text was updated successfully, but these errors were encountered: