R/get.rhs.R

Defines functions get.rhs

Documented in get.rhs

get.rhs <- function(lprec, constraints = 1:m)
{
  m <- dim(lprec)[1]
  get.constr.value(lprec, constraints = constraints)
}

Try the lpSolveAPI package in your browser

Any scripts or data that you put into this service are public.

lpSolveAPI documentation built on Sept. 3, 2023, 5:07 p.m.