get.constr.value(lprec, side = c("rhs", "lhs"), constraints = 1:m)
"rhs"
(right-hand-side) or "lhs"
(left-hand-side) - which constraint values to retrieve.{1, ..., m}
(where m
is the number of constraints in lprec
) specifying the constraints for which the values will be retrieved.