You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
1.5 KiB

  1. Olga K. gewidmet
  2. GLPK (GNU Linear Programming Kit) Version 4.57
  3. Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
  4. 2009, 2010, 2011, 2013, 2014, 2015 Andrew Makhorin, Department for
  5. Applied Informatics, Moscow Aviation Institute, Moscow, Russia. All
  6. rights reserved. E-mail: <mao@gnu.org>.
  7. GLPK is part of the GNU Project released under the aegis of GNU.
  8. GLPK is free software: you can redistribute it and/or modify it
  9. under the terms of the GNU General Public License as published by the
  10. Free Software Foundation, either version 3 of the License, or (at your
  11. option) any later version.
  12. See the file COPYING for the GNU General Public License.
  13. See the file INSTALL for compilation and installation instructions.
  14. The GLPK package is a set of routines written in ANSI C and organized
  15. in the form of a callable library. This package is intended for solving
  16. large-scale linear programming (LP), mixed integer linear programming
  17. (MIP), and other related problems.
  18. The GLPK package includes the following main components:
  19. * implementation of the simplex method;
  20. * implementation of the exact simplex method based on bignum (rational)
  21. arithmetic;
  22. * implementation of the primal-dual interior-point method;
  23. * implementation of the branch-and-cut method;
  24. * application program interface (API);
  25. * GNU MathProg modeling language (a subset of AMPL);
  26. * GLPSOL, a stand-alone LP/MIP solver.
  27. See GLPK webpage <http://www.gnu.org/software/glpk/glpk.html>.
  28. Please report bugs to <bug-glpk@gnu.org>.