jump-dev / MatrixOptInterface.jl

An interface to pass matrix form problems
MIT License
11 stars 4 forks source link

argument not used in _load_constraints( #25

Open matbesancon opened 3 years ago

matbesancon commented 3 years ago

In function:

_load_constraints(model::GeometricConicForm, src, indexmap, cone_offset, i, cache)

i is not used at all. We could remove it but I suspect this should be used and has been forgotten.