We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4498738 commit e9caaa4Copy full SHA for e9caaa4
src/bridges.jl
@@ -59,9 +59,7 @@ function MOI.get(
59
attr::ReverseConstraintFunction,
60
bridge::MOI.Bridges.Constraint.ScalarizeBridge,
61
)
62
- return _vectorize(
63
- MOI.get.(model, attr, bridge.scalar_constraints),
64
- )
+ return _vectorize(MOI.get.(model, attr, bridge.scalar_constraints))
65
end
66
67
function MOI.get(
0 commit comments