R/get.mat.R

Defines functions get.mat

Documented in get.mat

get.mat <- function(lprec, i, j)
  .Call(RlpSolve_get_mat, lprec, as.integer(i), as.integer(j))

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.