get.bounds | R Documentation |
Retrieve the bounds on the decision variables from an lpSolve linear program model object.
get.bounds(lprec, columns = 1:n)
lprec |
an lpSolve linear program model object. |
columns |
a numeric vector of unique values from the set |
a list with components lower
and upper
.
Kjell Konis kjell.konis@me.com
https://lpsolve.sourceforge.net/5.5/index.htm
lps.model <- make.lp(3, 3)
get.bounds(lps.model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.