R/name.lp.R

Defines functions name.lp

Documented in name.lp

name.lp <- function(lprec, name)
{
  if(missing(name))
    return(.Call(RlpSolve_get_lp_name, lprec))

  .Call(RlpSolve_set_lp_name, lprec, as.character(name))

  invisible()
}

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.