Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
odow committed Feb 8, 2024
1 parent 970aaee commit 8489974
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/optimize.jl
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,8 @@ mutable struct Optimizer{T} <: MOI.AbstractOptimizer
solver = Chuffed()
end
primal_solutions = Dict{MOI.VariableIndex,T}[]
options = Dict{String,Any}(
"model_filename" => "",
"num_solutions" => nothing,
)
options =
Dict{String,Any}("model_filename" => "", "num_solutions" => nothing)
return new(
solver,
Model{T}(),
Expand Down

0 comments on commit 8489974

Please sign in to comment.