README 620 B

12345678910111213141516171819
  1. glpk - GNU Linear Programming Kit
  2. The GLPK package is intended for solving large-scale linear programming
  3. (LP), mixed integer programming (MIP), and other related problems.
  4. It is a set of routines written in ANSI C and organized in the form of a
  5. callable library.
  6. GLPK supports the GNU MathProg language, which is a subset of the AMPL
  7. language.
  8. The GLPK package includes the following main components:
  9. * primal and dual simplex methods
  10. * primal-dual interior-point method
  11. * branch-and-cut method
  12. * translator for GNU MathProg
  13. * application program interface (API)
  14. * stand-alone LP/MIP solver