Otros paquetes para R que sobre DEA

Otros paquetes para R que sobre DEA

rDEA::multi_glpk_solve_LP

Viendo la versión de página #1
(Restaurar esta versión) 

Modificado: 23 de enero de 2018, 09:29   Usuario: Manuel Muñoz Márquez  → Imagen de Manuel Muñoz Márquez

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, ...)