plp: Print LP object

plpR 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)

DJL documentation built on March 31, 2023, 9:05 p.m.

Related to plp in DJL...