glpk_strerror {glpk}R Documentation

Return a string describing a GLPK constant, return value, or error code.

Description

Translates a GLPK constant, return value, or error code into its string representation or description.

Usage

    glpk_strerror(i)

Arguments

i Integer value. A GLPK constant, return value, or error code.

Value

Returns the string associated with the integer.

Note

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.

Author(s)

Lopaka Lee <rclee@usgs.gov> (R-GLPK)

Andrew Makhorin <mao@gnu.org> (GLPK)

References

The GNU GLPK home page at http://www.gnu.org/software/glpk/glpk.html

See Also

lpx_constants


[Package glpk version 4.8-0.5 Index]