write.lp | R Documentation |
Write an lpSolve linear program model object to a file.
write.lp(lprec, filename, type = c("lp", "mps", "freemps"),
use.names = c(TRUE, TRUE))
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 |
a NULL
value is invisibly returned.
Kjell Konis kjell.konis@me.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.