R/get.primal.solution.R

Defines functions get.primal.solution

Documented in get.primal.solution

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 Sept. 3, 2023, 5:07 p.m.