DiffOpt.jl
DiffOpt.jl copied to clipboard
Add missing get method for vector contraints
function MOI.get(model::Optimizer,
::ForwardIn{ConstraintCoefficient}, vi::VI, ci::CI{F,S}) where {F,S}
only work for scalar
not with vector constraint types or not working with broadcasting?
vector constraints need a method. the current method only works for scalaraffine/singlevariable.