Skip to content

Commit

Permalink
Update test/MOI_wrapper.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Nov 24, 2024
1 parent 08f3fa7 commit 4dfac58
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/MOI_wrapper.jl
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ function test_ConstraintDualStart_variable_bound_min_greater_than()
return
end


function test_ConstraintDualStart_variable_bound_max_less_than()
model = Ipopt.Optimizer()
x, c = MOI.add_constrained_variable(model, MOI.LessThan(1.0))
Expand Down

0 comments on commit 4dfac58

Please sign in to comment.