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