Skip to content

Commit

Permalink
work around mutable structs not comparing equal on 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofferC authored Sep 22, 2019
1 parent 4078aaf commit 6412ae0
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 6412ae0

Please sign in to comment.