lpx_get_mat_col {glpk} | R Documentation |
This function is a low-level interface to the GNU Linear Programming
Kit (GLPK) function lpx_get_mat_col
. The parameter
names, associated types, and return values are identical to the
GLPK function. Please see the GLPK documentation for more info.
lpx_get_mat_col(lp, j)
lp |
see GLPK doc |
j |
see GLPK doc |
This function is the interface to the R-glpk C function
R_lpx_get_mat_col
which converts R objects and
calls GLPK lpx_get_mat_col
.
Returns a list.
This function, documentation, and associated R-API code has been automatically generated using translation utilities developed for this package (distributed with the R-glpk source). Caveat Emptor.
The full documentation for GLPK has not been converted to Rd format – it is available in the GLPK source distribution.
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