Closed VHarisop closed 2 years ago
Not all solvers support all attributes, so in some sense this is intended. But we can probably skip Name
, just like we skip
https://github.com/jump-dev/SCS.jl/blob/f55c6a2a161c87946514b44852658fc16ddce980/src/MOI_wrapper/MOI_wrapper.jl#L300-L301
Fixing this here: https://github.com/jump-dev/SCS.jl/pull/258
I'm using SCS v1.1.1 with JuMP v1.0.0 and MathOptInterface v1.2.0. The following minimal example fails:
The error message that I get is the following:
Is this intended? The offending line in the
master
branch would be this, but it seems that theName()
attribute is not used anywhere so it should not affect the solve. Happy to submit a pull request if this is not intended behavior.