1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/doc/glpk.tex Mon Dec 06 13:09:21 2010 +0100
1.3 @@ -0,0 +1,128 @@
1.4 +%* glpk.tex *%
1.5 +
1.6 +%***********************************************************************
1.7 +% This code is part of GLPK (GNU Linear Programming Kit).
1.8 +%
1.9 +% Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
1.10 +% 2009, 2010 Andrew Makhorin, Department for Applied Informatics,
1.11 +% Moscow Aviation Institute, Moscow, Russia. All rights reserved.
1.12 +% E-mail: <mao@gnu.org>.
1.13 +%
1.14 +% GLPK is free software: you can redistribute it and/or modify it
1.15 +% under the terms of the GNU General Public License as published by
1.16 +% the Free Software Foundation, either version 3 of the License, or
1.17 +% (at your option) any later version.
1.18 +%
1.19 +% GLPK is distributed in the hope that it will be useful, but WITHOUT
1.20 +% ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
1.21 +% or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
1.22 +% License for more details.
1.23 +%
1.24 +% You should have received a copy of the GNU General Public License
1.25 +% along with GLPK. If not, see <http://www.gnu.org/licenses/>.
1.26 +%***********************************************************************
1.27 +
1.28 +\documentclass[11pt]{report}
1.29 +\usepackage{amssymb}
1.30 +\usepackage{lscape}
1.31 +\usepackage[dvipdfm,linktocpage,colorlinks,linkcolor=blue,
1.32 +urlcolor=blue]{hyperref}
1.33 +\usepackage[all]{xy}
1.34 +
1.35 +\renewcommand\contentsname{\sf\bfseries Contents}
1.36 +\renewcommand\chaptername{\sf\bfseries Chapter}
1.37 +\renewcommand\appendixname{\sf\bfseries Appendix}
1.38 +
1.39 +\begin{document}
1.40 +
1.41 +\thispagestyle{empty}
1.42 +
1.43 +\begin{center}
1.44 +
1.45 +\vspace*{1in}
1.46 +
1.47 +\begin{huge}
1.48 +\sf\bfseries GNU Linear Programming Kit
1.49 +\end{huge}
1.50 +
1.51 +\vspace{0.5in}
1.52 +
1.53 +\begin{LARGE}
1.54 +\sf Reference Manual
1.55 +\end{LARGE}
1.56 +
1.57 +\vspace{0.5in}
1.58 +
1.59 +\begin{LARGE}
1.60 +\sf for GLPK Version 4.45
1.61 +\end{LARGE}
1.62 +
1.63 +\vspace{0.5in}
1.64 +\begin{Large}
1.65 +\sf (DRAFT, December 2010)
1.66 +\end{Large}
1.67 +\end{center}
1.68 +
1.69 +\newpage
1.70 +
1.71 +\vspace*{1in}
1.72 +
1.73 +\vfill
1.74 +
1.75 +\noindent
1.76 +The GLPK package is part of the GNU Project released under the aegis of
1.77 +GNU.
1.78 +
1.79 +\medskip \noindent
1.80 +Copyright \copyright{} 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
1.81 +2008, 2009, 2010 Andrew Makhorin, Department for Applied Informatics,
1.82 +Moscow Aviation Institute, Moscow, Russia. All rights reserved.
1.83 +
1.84 +\medskip \noindent
1.85 +Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
1.86 +02110-1301, USA.
1.87 +
1.88 +\medskip \noindent
1.89 +Permission is granted to make and distribute verbatim copies of this
1.90 +manual provided the copyright notice and this permission notice are
1.91 +preserved on all copies.
1.92 +
1.93 +\medskip \noindent
1.94 +Permission is granted to copy and distribute modified versions of this
1.95 +manual under the conditions for verbatim copying, provided also that the
1.96 +entire resulting derived work is distributed under the terms of
1.97 +a permission notice identical to this one.
1.98 +
1.99 +\medskip \noindent
1.100 +Permission is granted to copy and distribute translations of this manual
1.101 +into another language, under the above conditions for modified versions.
1.102 +
1.103 +\tableofcontents
1.104 +
1.105 +\include{glpk01}
1.106 +
1.107 +\include{glpk02}
1.108 +
1.109 +\include{glpk03}
1.110 +
1.111 +\include{glpk04}
1.112 +
1.113 +\include{glpk05}
1.114 +
1.115 +\include{glpk06}
1.116 +
1.117 +\appendix
1.118 +
1.119 +\include{glpk07}
1.120 +
1.121 +\include{glpk08}
1.122 +
1.123 +\include{glpk09}
1.124 +
1.125 +\include{glpk10}
1.126 +
1.127 +\include{glpk11}
1.128 +
1.129 +\include{glpk12}
1.130 +
1.131 +\end{document}