up previous next
6.1.14 Package glpk
The following are commands and functions within the package glpk:
GLPK.BPMax Solving binary programmes by maximizing the objective function.
GLPK.BPMin Solving mixed integer linear programmes by minimizing the objective function.
GLPK.LPMax Solving linear programmes by maximizing the objective function.
GLPK.LPMax Solving mixed integer linear programmes by maximizing the objective function.
GLPK.LPMin Solving linear programmes by minimizing the objective function.
GLPK.LPMin Solving mixed integer linear programmes by minimizing the objective function.
GLPK.LPSolve Solving linear programmes.
GLPK.MIPSolve Solving linear programmes.




For details look up each item by name. Online, try ?ItemName or H.Syntax("ItemName").