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