up previous next
6.1.16 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.IPCSolve Solves a system of polynomial equations over F_2 for one solution in F_2^n.
GLPK.L01PSolve Solve a system of polynomial equations over F_2 for one solution in F_2^n.
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.
GLPK.RIPCSolve Solves a system of polynomial equations over F_2 for one solution in F_2^n.
GLPK.RPCSolve Solves a system of polynomial equations over F_2 for one solution in F_2^n.
GLPK.RRPCSolve Solves a system of polynomial equations over F_2 for one solution in F_2^n.




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