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