Skip to content

Commit 7fcb5f4

Browse files
authored
Update src/solve/moi.jl
1 parent ec25e80 commit 7fcb5f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/solve/moi.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ function __map_optimizer_args(prob::OptimizationProblem, opt::Union{MOI.Abstract
9494
kwargs...)
9595
optimizer = MOI.instantiate(opt)
9696
for (key, value) in kwargs
97-
MOI.set(optimizer, MOI.RawOptimizerattribute("$(key)"), value)
97+
MOI.set(optimizer, MOI.RawOptimizerAttribute("$(key)"), value)
9898
end
9999
if !isnothing(maxtime)
100100
MOI.set(optimizer, MOI.TimeLimitSec(), maxtime)

0 commit comments

Comments
 (0)