Skip to content

Commit

Permalink
NoSolution -> NO_SOLUTION (#98)
Browse files Browse the repository at this point in the history
Closes #97
  • Loading branch information
mlubin committed Jan 14, 2019
1 parent fb1a25c commit 220f0fa
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 @@ -413,5 +413,5 @@ function MOI.get(cbc_optimizer::Optimizer, object::MOI.PrimalStatus)
end

function MOI.get(cbc_optimizer::Optimizer, ::MOI.DualStatus)
return MOI.NoSolution
return MOI.NO_SOLUTION
end

0 comments on commit 220f0fa

Please sign in to comment.