Other packages about DEA for R

Other packages about DEA for R

rDEA::multi_glpk_solve_LP

Viewing page version #3
(Restore this version) 

Modified: 23 January 2018, 9:31 AM   User: Manuel Muñoz Márquez  → Picture of Manuel Muñoz Márquez

Descripción

High level R interface to the GNU Linear Programming Kit (GLPK) for solving multiple linear as well as mixed integer linear programming (MILP) problems. Solving multiple problems at the same time allows to avoid R communication overhead, critical when solving many small problems.

Uso

multi_glpk_solve_LP(obj, mat, dir, rhs, bounds = NULL, types = NULL, max = FALSE, control = list(), mobj_i = NULL, mobj_val = NULL,mmat_i = NULL, mmat_val = NULL, mrhs_i = NULL, mrhs_val = NULL, ...)