
Print an LP object line by line.
plp(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)
Run the code above in your browser using DataLab