Learn R Programming

DJL (version 3.9)

plp: 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

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

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

# Print the LP
plp(lp.temp)

Run the code above in your browser using DataLab