Skip to content

Commit

Permalink
Merge pull request #132 from KristofferC/patch-1
Browse files Browse the repository at this point in the history
fix assumption that deep copied 0-field mutable structs compare equal
  • Loading branch information
harshangrjn authored Sep 23, 2019
2 parents 4078aaf + 6412ae0 commit 5637b75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/solver.jl
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ mutable struct AlpineNonlinearModel <: MathProgBase.AbstractNonlinearModel
end
end

mutable struct UnsetSolver <: MathProgBase.AbstractMathProgSolver
struct UnsetSolver <: MathProgBase.AbstractMathProgSolver
end

const empty_solver = UnsetSolver()
Expand Down

0 comments on commit 5637b75

Please sign in to comment.