We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e7dcc8 commit e7a7a63Copy full SHA for e7a7a63
1 file changed
src/Utilities/distance_to_set.jl
@@ -615,7 +615,6 @@ function distance_to_set(
615
set::MOI.Indicator{MOI.ACTIVATE_ON_ONE},
616
) where {T<:Number}
617
_check_dimension(x, set)
618
-
619
return min(
620
# Distance of x[1] from 0
621
abs(x[1]),
0 commit comments