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@epfl.ch

References

http://lpsolve.sourceforge.net/5.5/index.htm


[Package lpSolveAPI version 5.5.0.14 Index]