| print.lpExtPtr {lpSolveAPI} | R Documentation | 
lpSolve Print Method
Description
Display an lpSolve linear program model object in the console.
Usage
## S3 method for class 'lpExtPtr'
print(x, ...)
Arguments
x | 
 an lpSolve linear program model object.  | 
... | 
 additional arguments are ignored.  | 
Value
x is invisibly returned.
Author(s)
Kjell Konis kjell.konis@me.com
References
https://lpsolve.sourceforge.net/5.5/index.htm
[Package lpSolveAPI version 5.5.2.0-17.12 Index]