Skip to content

Commit c55a708

Browse files
committed
another minor fix
1 parent a8ad8cd commit c55a708

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/model.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ function _optimize_hook(
4747
if !_ready_to_optimize(model) || _solution_method(model) != method
4848
reformulate_model(model, method)
4949
end
50-
return optimize!(model; ignore_optimize_hook = true, kwargs...)
50+
return JuMP.optimize!(model; ignore_optimize_hook = true, kwargs...)
5151
end
5252

5353
################################################################################

0 commit comments

Comments
 (0)