Skip to content

Commit

Permalink
Merge branch 'od/haskey' of https://github.com/jump-dev/HiGHS.jl into…
Browse files Browse the repository at this point in the history
… od/haskey
  • Loading branch information
odow committed Nov 1, 2024
2 parents 8be2bd2 + a88fabf commit 62e3d5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/MOI_wrapper.jl
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,7 @@ function test_is_valid_variable_bound()
MOI.Semicontinuous{Float64},
MOI.Semiinteger{Float64},
MOI.ZeroOne,
MOI.Integer
MOI.Integer,
)
ci = MOI.ConstraintIndex{MOI.VariableIndex,S}(1)
@test_throws MOI.InvalidIndex HiGHS.column(model, ci)
Expand Down

0 comments on commit 62e3d5b

Please sign in to comment.