| get.constr.value {lpSolveAPI} | R Documentation | 
Get Constraint Value
Description
Retrieve constraint values from an lpSolve linear program model object.
Usage
get.constr.value(lprec, side = c("rhs", "lhs"), constraints = 1:m)
Arguments
lprec | 
 an lpSolve linear program model object.  | 
side | 
 either   | 
constraints | 
 a numeric vector of unique values from the set   | 
Value
a numeric vector containing the constraint values.
Author(s)
Kjell Konis kjell.konis@me.com
References
https://lpsolve.sourceforge.net/5.5/index.htm
[Package lpSolveAPI version 5.5.2.0-17.12 Index]