glpk_strerror {glpk} | R Documentation |
Translates a GLPK constant, return value, or error code into its string representation or description.
glpk_strerror(i)
i |
Integer value. A GLPK constant, return value, or error code. |
Returns the string associated with the integer.
The global data frame lpx_constants
contains symbolic, string,
and numeric values associated with these variables.
Inquiries regarding this interface (R-GLPK) should NOT be sent to GNU GLPK mailing lists.
Lopaka Lee <rclee@usgs.gov> (R-GLPK)
Andrew Makhorin <mao@gnu.org> (GLPK)
The GNU GLPK home page at http://www.gnu.org/software/glpk/glpk.html