R/delete.column.R

Defines functions delete.column

Documented in delete.column

delete.column <- function(lprec, columns)
{
  .Call(RlpSolve_del_column, lprec, as.integer(columns))

  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.