Skip to content

Commit

Permalink
Remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed Sep 4, 2024
1 parent b1206db commit 4835fc5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Bridges/Constraint/bridges/set_conversion.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ function MOI.supports_constraint(
::Type{F},
::Type{S1},
) where {T,F<:MOI.AbstractFunction,S1<:MOI.AbstractSet,S2}
if S1 == MOI.AllDifferent
@show isfinite(MOI.Bridges.Constraint.conversion_cost(S2, S1))
end
return isfinite(MOI.Bridges.Constraint.conversion_cost(S2, S1))

Check warning on line 11 in src/Bridges/Constraint/bridges/set_conversion.jl

View check run for this annotation

Codecov / codecov/patch

src/Bridges/Constraint/bridges/set_conversion.jl#L11

Added line #L11 was not covered by tests
end

Expand Down

0 comments on commit 4835fc5

Please sign in to comment.