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 c2a40ed commit 88e9cf6Copy full SHA for 88e9cf6
src/Bridges/Constraint/bridges/set_conversion.jl
@@ -8,9 +8,6 @@ function MOI.supports_constraint(
8
::Type{F},
9
::Type{S1},
10
) where {T,F<:MOI.AbstractFunction,S1<:MOI.AbstractSet,S2}
11
- if S1 == MOI.AllDifferent
12
- @show isfinite(MOI.Bridges.Constraint.conversion_cost(S2, S1))
13
- end
14
return isfinite(MOI.Bridges.Constraint.conversion_cost(S2, S1))
15
end
16
0 commit comments