R/set.mat.q

set.mat <- function(lprec, i, j, value)
{
  .Call(RlpSolve_set_mat, lprec, as.integer(i), as.integer(j), as.double(value))

  invisible()
}

Try the lpSolveAPI package in your browser

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

lpSolveAPI documentation built on May 2, 2019, 6:50 p.m.