read.lp {lpSolveAPI} | R Documentation |
Read an lpSolve linear program model object from a file.
read.lp(filename, type = c("lp", "mps", "freemps"))
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 filename . If missing, read.lp will attempt to guess the file type by examining the file's suffix. |
an lpSolve linear program model object.
Kjell Konis kjell.konis@epfl.ch
http://lpsolve.sourceforge.net/5.5/index.htm