get.bounds {lpSolveAPI} | R Documentation |
Get Bounds
Description
Retrieve the bounds on the decision variables from an lpSolve linear program model object.
Usage
get.bounds(lprec, columns = 1:n)
Arguments
lprec |
an lpSolve linear program model object. |
columns |
a numeric vector of unique values from the set |
Value
a list with components lower
and upper
.
Author(s)
Kjell Konis kjell.konis@me.com
References
https://lpsolve.sourceforge.net/5.5/index.htm
Examples
lps.model <- make.lp(3, 3)
get.bounds(lps.model)
[Package lpSolveAPI version 5.5.2.0-17.12 Index]