We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c77de91 commit b7be380Copy full SHA for b7be380
src/Bridges/Constraint/bridges/RSOCtoSOCBridge.jl
@@ -59,7 +59,7 @@ end
59
60
function MOI.Bridges.map_function(::Type{<:RSOCtoSOCBridge{T}}, func) where {T}
61
scalars = MOI.Utilities.eachscalar(func)
62
- if MOI.dimension(set) < 2
+ if length(scalars) < 2
63
err = DimensionMismatch(
64
"Unable to reformulate a `RotatedSecondOrderCone` into a " *
65
"`SecondOrderCone` because the output dimension is too small",
0 commit comments