read.lp | R Documentation |
Read an lpSolve linear program model object from a file.
read.lp(filename, type = c("lp", "mps", "freemps"), verbose = "neutral",
options)
filename |
a character string giving the name of the file which the linear programming model is to be read from. |
type |
the type of file provided in |
verbose |
a character string controlling the level of error reporting. The default value |
options |
a character vector of options for the (free)mps parser. Possible values are
|
an lpSolve linear program model object.
Kjell Konis kjell.konis@me.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.