The source code and dockerfile for the GSW2024 AI Lab.
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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

39 lines
1.5 KiB

4 weeks ago
  1. Olga K. gewidmet
  2. GLPK (GNU Linear Programming Kit) Version 4.65
  3. Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
  4. 2009, 2010, 2011, 2013, 2014, 2015, 2016, 2017, 2018 Andrew Makhorin,
  5. Department for Applied Informatics, Moscow Aviation Institute, Moscow,
  6. Russia. All 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. * primal simplex method;
  20. * dual simplex method;
  21. * exact simplex method based on rational arithmetic;
  22. * primal-dual interior-point method;
  23. * branch-and-cut method;
  24. * application program interface (API);
  25. * GNU MathProg modeling language (a subset of AMPL);
  26. * GLPSOL (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>.