get.col.report: Obtains column information about the GLPK problem object.

Description Usage Arguments Details Value Author(s) References See Also

View source: R/from-weikko-jarros-schedpack.r

Description

This function returns a data.frame object that contains several useful column attributes about a linear programming GLPK object.

Usage

1

Arguments

lp

A GLPK object.

Details

The function generates a data.frame object that contains information from a GLPK object.

Value

A data.frame that contains several elements returned from GLPK wrapper functions that return attributes from a column from an GLPK object.

Author(s)

Jeff D. Hamann <jeff.hamann@forestinformatics.com>

References

Robinson, A.P., and J.D. Hamann. 2010. Forest Analytics with R: an Introduction. Springer.

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

See Also

get.row.report


FAwR documentation built on Jan. 13, 2021, 7:45 a.m.

Related to get.col.report in FAwR...