Skip to content

Commit

Permalink
Update src/MOI_wrapper.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Dec 19, 2024
1 parent 73e101c commit f059862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MOI_wrapper.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export DualOptimizer, dual_optimizer

function dual_optimizer(
optimizer_constructor;
coefficients_type::Type{T} = Float64,
coefficient_type::Type{T} = Float64,
) where {T<:Number}
return () -> DualOptimizer{T}(MOI.instantiate(optimizer_constructor))
end
Expand Down

0 comments on commit f059862

Please sign in to comment.