View source: R/get.constr.value.R
get.constr.value | R Documentation |
Retrieve constraint values from an lpSolve linear program model object.
get.constr.value(lprec, side = c("rhs", "lhs"), constraints = 1:m)
lprec |
an lpSolve linear program model object. |
side |
either |
constraints |
a numeric vector of unique values from the set |
a numeric vector containing the constraint values.
Kjell Konis kjell.konis@me.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.