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