plp {DJL}R Documentation

Print LP object

Description

Print an LP object line by line.

Usage

plp(x)

Arguments

x

LP object defined by make.lp function in lpSolve library

Author(s)

Dong-Joon Lim, PhD

References

Berkelaar, Michel, Kjell Eikland, and Peter Notebaert. "lpsolve: Open source (mixed-integer) linear programming system." Eindhoven U. of Technology 63 (2004).

Examples

# Declare an LP object
lp.temp <- make.lp(0, 61)

# Print the LP
plp(lp.temp)

[Package DJL version 3.9 Index]