We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8ad8cd commit c55a708Copy full SHA for c55a708
src/model.jl
@@ -47,7 +47,7 @@ function _optimize_hook(
47
if !_ready_to_optimize(model) || _solution_method(model) != method
48
reformulate_model(model, method)
49
end
50
- return optimize!(model; ignore_optimize_hook = true, kwargs...)
+ return JuMP.optimize!(model; ignore_optimize_hook = true, kwargs...)
51
52
53
################################################################################
0 commit comments