Skip to content

Commit

Permalink
Update deprecated_constants.jl (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericphanson authored Mar 14, 2021
1 parent 31435d0 commit b9c225c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MOI_wrapper/deprecated_constants.jl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function MOI.set(
"The GLPK constants have been renamed from `GLPK.XXX` to " *
"`GLPK.GLP_XXX` in order to better match the C API. For example, " *
"`GLPK.MSG_OFF` is now `GLPK.GLP_MSG_OFF`. Support for the old " *
"constants will be removed in a future release."
"constants will be removed in a future release.", maxlog=1
)
MOI.set(model, param, value.x)
end

0 comments on commit b9c225c

Please sign in to comment.