make.lp | R Documentation |
Create a new lpSolve linear program model object.
make.lp(nrow = 0, ncol = 0, verbose = "neutral")
nrow |
a nonnegative integer value specifying the number of constaints in the linear program. |
ncol |
a nonnegative integer value specifying the number of decision variables in the linear program. |
verbose |
a character string controlling the level of error reporting. The default value |
an lpSolve linear program model object. Specifically an R external pointer with class lpExtPtr
.
Kjell Konis kjell.konis@me.com
https://lpsolve.sourceforge.net/5.5/index.htm
lps.model <- make.lp(4, 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.