Skip to content

Commit

Permalink
Update sub.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
Azzaare authored Aug 12, 2024
1 parent 171f6ae commit f1bb7eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/solvers/sub.jl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ end
function solver(mlid, model, options, pool, ::RemoteChannel,
::RemoteChannel, ::RemoteChannel, strats, ::Val{:sub})
sub_options = deepcopy(options)
set_option!(sud_options, "print_level", :silent)
set_option!(sub_options, "print_level", :silent)
return _SubSolver(mlid, model, sub_options, pool, state(), strats)
end

Expand Down

0 comments on commit f1bb7eb

Please sign in to comment.