R/delete.constraint.R

Defines functions delete.constraint

Documented in delete.constraint

delete.constraint <- function(lprec, constraints)
{
  .Call(RlpSolve_del_constraint, lprec, as.integer(constraints))

  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.