DiffOpt.jl icon indicating copy to clipboard operation
DiffOpt.jl copied to clipboard

Add missing get method for vector contraints

Open joaquimg opened this issue 4 years ago • 2 comments

function MOI.get(model::Optimizer,
    ::ForwardIn{ConstraintCoefficient}, vi::VI, ci::CI{F,S}) where {F,S}

only work for scalar

joaquimg avatar Jun 21 '21 04:06 joaquimg

not with vector constraint types or not working with broadcasting?

matbesancon avatar Jun 21 '21 08:06 matbesancon

vector constraints need a method. the current method only works for scalaraffine/singlevariable.

joaquimg avatar Jun 22 '21 05:06 joaquimg