write.lp {lpSolveAPI} | R Documentation |
Write Linear Program
Description
Write an lpSolve linear program model object to a file.
Usage
write.lp(lprec, filename, type = c("lp", "mps", "freemps"),
use.names = c(TRUE, TRUE))
Arguments
lprec |
an lpSolve linear program model object. |
filename |
a character string containing the name of the output file. |
type |
either |
use.names |
a logical vector of length two specifying repectively whether row and column names should be written into the file. If |
Value
a NULL
value 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]