alpar@9: %* glpk.tex *% alpar@9: alpar@9: %*********************************************************************** alpar@9: % This code is part of GLPK (GNU Linear Programming Kit). alpar@9: % alpar@9: % Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, alpar@9: % 2009, 2010 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 free software: you can redistribute it and/or modify it alpar@9: % under the terms of the GNU General Public License as published by alpar@9: % the Free Software Foundation, either version 3 of the License, or alpar@9: % (at your option) any later version. alpar@9: % alpar@9: % GLPK is distributed in the hope that it will be useful, but WITHOUT alpar@9: % ANY WARRANTY; without even the implied warranty of MERCHANTABILITY alpar@9: % or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public alpar@9: % License for more details. alpar@9: % alpar@9: % You should have received a copy of the GNU General Public License alpar@9: % along with GLPK. If not, see . alpar@9: %*********************************************************************** alpar@9: alpar@9: \documentclass[11pt]{report} alpar@9: \usepackage{amssymb} alpar@9: \usepackage{lscape} alpar@9: \usepackage[dvipdfm,linktocpage,colorlinks,linkcolor=blue, alpar@9: urlcolor=blue]{hyperref} alpar@9: \usepackage[all]{xy} alpar@9: alpar@9: \renewcommand\contentsname{\sf\bfseries Contents} alpar@9: \renewcommand\chaptername{\sf\bfseries Chapter} alpar@9: \renewcommand\appendixname{\sf\bfseries Appendix} alpar@9: alpar@9: \begin{document} alpar@9: alpar@9: \thispagestyle{empty} alpar@9: alpar@9: \begin{center} alpar@9: alpar@9: \vspace*{1in} alpar@9: alpar@9: \begin{huge} alpar@9: \sf\bfseries GNU Linear Programming Kit alpar@9: \end{huge} alpar@9: alpar@9: \vspace{0.5in} alpar@9: alpar@9: \begin{LARGE} alpar@9: \sf Reference Manual alpar@9: \end{LARGE} alpar@9: alpar@9: \vspace{0.5in} alpar@9: alpar@9: \begin{LARGE} alpar@9: \sf for GLPK Version 4.45 alpar@9: \end{LARGE} alpar@9: alpar@9: \vspace{0.5in} alpar@9: \begin{Large} alpar@9: \sf (DRAFT, December 2010) alpar@9: \end{Large} alpar@9: \end{center} alpar@9: alpar@9: \newpage alpar@9: alpar@9: \vspace*{1in} alpar@9: alpar@9: \vfill alpar@9: alpar@9: \noindent alpar@9: The GLPK package is part of the GNU Project released under the aegis of alpar@9: GNU. alpar@9: alpar@9: \medskip \noindent alpar@9: Copyright \copyright{} 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, alpar@9: 2008, 2009, 2010 Andrew Makhorin, Department for Applied Informatics, alpar@9: Moscow Aviation Institute, Moscow, Russia. All rights reserved. alpar@9: alpar@9: \medskip \noindent alpar@9: Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA alpar@9: 02110-1301, USA. alpar@9: alpar@9: \medskip \noindent alpar@9: Permission is granted to make and distribute verbatim copies of this alpar@9: manual provided the copyright notice and this permission notice are alpar@9: preserved on all copies. alpar@9: alpar@9: \medskip \noindent alpar@9: Permission is granted to copy and distribute modified versions of this alpar@9: manual under the conditions for verbatim copying, provided also that the alpar@9: entire resulting derived work is distributed under the terms of alpar@9: a permission notice identical to this one. alpar@9: alpar@9: \medskip \noindent alpar@9: Permission is granted to copy and distribute translations of this manual alpar@9: into another language, under the above conditions for modified versions. alpar@9: alpar@9: \tableofcontents alpar@9: alpar@9: \include{glpk01} alpar@9: alpar@9: \include{glpk02} alpar@9: alpar@9: \include{glpk03} alpar@9: alpar@9: \include{glpk04} alpar@9: alpar@9: \include{glpk05} alpar@9: alpar@9: \include{glpk06} alpar@9: alpar@9: \appendix alpar@9: alpar@9: \include{glpk07} alpar@9: alpar@9: \include{glpk08} alpar@9: alpar@9: \include{glpk09} alpar@9: alpar@9: \include{glpk10} alpar@9: alpar@9: \include{glpk11} alpar@9: alpar@9: \include{glpk12} alpar@9: alpar@9: \end{document}