Skip to content

Commit

Permalink
Do not need to free model here.
Browse files Browse the repository at this point in the history
  • Loading branch information
Deborah Hendrych committed Nov 21, 2023
1 parent a1a4fca commit ba95b65
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/MOI_bounded_oracle.jl
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,6 @@ end
Check if problem is bounded and feasible, i.e. no contradicting constraints.
"""
function check_feasibility(blmo::MathOptBLMO)
free_model(blmo)
MOI.set(
blmo.o,
MOI.ObjectiveFunction{MOI.ScalarAffineFunction{Float64}}(),
Expand Down

0 comments on commit ba95b65

Please sign in to comment.