Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
odow committed Oct 30, 2024
1 parent fe1fa97 commit 6d5f51e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Utilities/copy.jl
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,7 @@ end
function MOI.supports_constraint(
::BoundModel,
::Type{MOI.VariableIndex},
::MOI.LessThan{Float64},
::Type{MOI.LessThan{Float64}},
)
return true
end
Expand Down

0 comments on commit 6d5f51e

Please sign in to comment.