lemon-project-template-glpk

view deps/glpk/doc/glpk.tex @ 9:33de93886c88

Import GLPK 4.47
author Alpar Juttner <alpar@cs.elte.hu>
date Sun, 06 Nov 2011 20:59:10 +0100
parents
children
line source
1 %* glpk.tex *%
3 %***********************************************************************
4 % This code is part of GLPK (GNU Linear Programming Kit).
5 %
6 % Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
7 % 2009, 2010 Andrew Makhorin, Department for Applied Informatics,
8 % Moscow Aviation Institute, Moscow, Russia. All rights reserved.
9 % E-mail: <mao@gnu.org>.
10 %
11 % GLPK is free software: you can redistribute it and/or modify it
12 % under the terms of the GNU General Public License as published by
13 % the Free Software Foundation, either version 3 of the License, or
14 % (at your option) any later version.
15 %
16 % GLPK is distributed in the hope that it will be useful, but WITHOUT
17 % ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
18 % or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
19 % License for more details.
20 %
21 % You should have received a copy of the GNU General Public License
22 % along with GLPK. If not, see <http://www.gnu.org/licenses/>.
23 %***********************************************************************
25 \documentclass[11pt]{report}
26 \usepackage{amssymb}
27 \usepackage{lscape}
28 \usepackage[dvipdfm,linktocpage,colorlinks,linkcolor=blue,
29 urlcolor=blue]{hyperref}
30 \usepackage[all]{xy}
32 \renewcommand\contentsname{\sf\bfseries Contents}
33 \renewcommand\chaptername{\sf\bfseries Chapter}
34 \renewcommand\appendixname{\sf\bfseries Appendix}
36 \begin{document}
38 \thispagestyle{empty}
40 \begin{center}
42 \vspace*{1in}
44 \begin{huge}
45 \sf\bfseries GNU Linear Programming Kit
46 \end{huge}
48 \vspace{0.5in}
50 \begin{LARGE}
51 \sf Reference Manual
52 \end{LARGE}
54 \vspace{0.5in}
56 \begin{LARGE}
57 \sf for GLPK Version 4.45
58 \end{LARGE}
60 \vspace{0.5in}
61 \begin{Large}
62 \sf (DRAFT, December 2010)
63 \end{Large}
64 \end{center}
66 \newpage
68 \vspace*{1in}
70 \vfill
72 \noindent
73 The GLPK package is part of the GNU Project released under the aegis of
74 GNU.
76 \medskip \noindent
77 Copyright \copyright{} 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
78 2008, 2009, 2010 Andrew Makhorin, Department for Applied Informatics,
79 Moscow Aviation Institute, Moscow, Russia. All rights reserved.
81 \medskip \noindent
82 Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
83 02110-1301, USA.
85 \medskip \noindent
86 Permission is granted to make and distribute verbatim copies of this
87 manual provided the copyright notice and this permission notice are
88 preserved on all copies.
90 \medskip \noindent
91 Permission is granted to copy and distribute modified versions of this
92 manual under the conditions for verbatim copying, provided also that the
93 entire resulting derived work is distributed under the terms of
94 a permission notice identical to this one.
96 \medskip \noindent
97 Permission is granted to copy and distribute translations of this manual
98 into another language, under the above conditions for modified versions.
100 \tableofcontents
102 \include{glpk01}
104 \include{glpk02}
106 \include{glpk03}
108 \include{glpk04}
110 \include{glpk05}
112 \include{glpk06}
114 \appendix
116 \include{glpk07}
118 \include{glpk08}
120 \include{glpk09}
122 \include{glpk10}
124 \include{glpk11}
126 \include{glpk12}
128 \end{document}