| set.constr.value {lpSolveAPI} | R Documentation | 
Set Constraint Value
Description
Set constraint values in an lpSolve linear program model object.
Usage
set.constr.value(lprec, rhs = NULL, lhs = NULL, constraints = 1:m)
Arguments
lprec | 
 an lpSolve linear program model object.  | 
rhs | 
 a numeric vector the same length as   | 
lhs | 
 a numeric vector the same length as   | 
constraints | 
 a numeric vector of unique values from the set {1, ..., m} (where m is the number of constraints in   | 
Value
a NULL value is invisibly returned.
Author(s)
Kjell Konis kjell.konis@me.com
References
https://lpsolve.sourceforge.net/5.5/index.htm
See Also
[Package lpSolveAPI version 5.5.2.0-17.12 Index]