alpar@9: Olga K. gewidmet alpar@9: alpar@9: GLPK (GNU Linear Programming Kit) Version 4.47 alpar@9: alpar@9: Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, alpar@9: 2009, 2010, 2011 Andrew Makhorin, Department for Applied Informatics, alpar@9: Moscow Aviation Institute, Moscow, Russia. All rights reserved. alpar@9: E-mail: . alpar@9: alpar@9: GLPK is part of the GNU Project released under the aegis of GNU. alpar@9: alpar@9: GLPK is free software: you can redistribute it and/or modify it alpar@9: under the terms of the GNU General Public License as published by the alpar@9: Free Software Foundation, either version 3 of the License, or (at your alpar@9: option) any later version. alpar@9: alpar@9: See the file COPYING for the GNU General Public License. alpar@9: alpar@9: See the file INSTALL for compilation and installation instructions. alpar@9: alpar@9: The GLPK package is a set of routines written in ANSI C and organized alpar@9: in the form of a callable library. This package is intended for solving alpar@9: large-scale linear programming (LP), mixed integer linear programming alpar@9: (MIP), and other related problems. alpar@9: alpar@9: The GLPK package includes the following main components: alpar@9: alpar@9: * implementation of the simplex method; alpar@9: * implementation of the exact simplex method based on bignum (rational) alpar@9: arithmetic; alpar@9: * implementation of the primal-dual interior-point method; alpar@9: * implementation of the branch-and-cut method; alpar@9: * application program interface (API); alpar@9: * GNU MathProg modeling language (a subset of AMPL); alpar@9: * GLPSOL, a stand-alone LP/MIP solver. alpar@9: alpar@9: See GLPK webpage . alpar@9: alpar@9: Please report bugs to .