plp | R Documentation |
Print an LP object line by line.
plp(x)
x |
LP object defined by make.lp function in lpSolve library |
Dong-Joon Lim, PhD
Berkelaar, Michel, Kjell Eikland, and Peter Notebaert. "lpsolve: Open source (mixed-integer) linear programming system." Eindhoven U. of Technology 63 (2004).
# Declare an LP object
lp.temp <- make.lp(0, 61)
# Print the LP
plp(lp.temp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.