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