R/get.primal.solution.q

get.primal.solution <- function(lprec, orig = FALSE)
{
  if(orig)
    .Call(RlpSolve_get_var_primalresult, lprec)
  else
    .Call(RlpSolve_get_primal_solution, lprec)
}

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.