Otros paquetes para R que sobre DEA
Otros paquetes para R que sobre DEA
rDEA::multi_glpk_solve_LP
rDEA::multi_glpk_solve_LP
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, ...)