R/dim.lpExtPtr.q

dim.lpExtPtr <- function(x)
  c(.Call(RlpSolve_get_Nrows, x), .Call(RlpSolve_get_Ncolumns, x))


"dim<-.lpExtPtr" <- function(x, value)
  stop("use the ", sQuote("resize.lp"), " function to set the number of rows ",
       "and columns")

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.