up previous next
6.2.17 Solving Linear Programs
The following are commands and functions for Solving Linear Programs:
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.LPMin Solving 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").