|
1 %* glpk.tex *% |
|
2 |
|
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 %*********************************************************************** |
|
24 |
|
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} |
|
31 |
|
32 \renewcommand\contentsname{\sf\bfseries Contents} |
|
33 \renewcommand\chaptername{\sf\bfseries Chapter} |
|
34 \renewcommand\appendixname{\sf\bfseries Appendix} |
|
35 |
|
36 \begin{document} |
|
37 |
|
38 \thispagestyle{empty} |
|
39 |
|
40 \begin{center} |
|
41 |
|
42 \vspace*{1in} |
|
43 |
|
44 \begin{huge} |
|
45 \sf\bfseries GNU Linear Programming Kit |
|
46 \end{huge} |
|
47 |
|
48 \vspace{0.5in} |
|
49 |
|
50 \begin{LARGE} |
|
51 \sf Reference Manual |
|
52 \end{LARGE} |
|
53 |
|
54 \vspace{0.5in} |
|
55 |
|
56 \begin{LARGE} |
|
57 \sf for GLPK Version 4.45 |
|
58 \end{LARGE} |
|
59 |
|
60 \vspace{0.5in} |
|
61 \begin{Large} |
|
62 \sf (DRAFT, December 2010) |
|
63 \end{Large} |
|
64 \end{center} |
|
65 |
|
66 \newpage |
|
67 |
|
68 \vspace*{1in} |
|
69 |
|
70 \vfill |
|
71 |
|
72 \noindent |
|
73 The GLPK package is part of the GNU Project released under the aegis of |
|
74 GNU. |
|
75 |
|
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. |
|
80 |
|
81 \medskip \noindent |
|
82 Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA |
|
83 02110-1301, USA. |
|
84 |
|
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. |
|
89 |
|
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. |
|
95 |
|
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. |
|
99 |
|
100 \tableofcontents |
|
101 |
|
102 \include{glpk01} |
|
103 |
|
104 \include{glpk02} |
|
105 |
|
106 \include{glpk03} |
|
107 |
|
108 \include{glpk04} |
|
109 |
|
110 \include{glpk05} |
|
111 |
|
112 \include{glpk06} |
|
113 |
|
114 \appendix |
|
115 |
|
116 \include{glpk07} |
|
117 |
|
118 \include{glpk08} |
|
119 |
|
120 \include{glpk09} |
|
121 |
|
122 \include{glpk10} |
|
123 |
|
124 \include{glpk11} |
|
125 |
|
126 \include{glpk12} |
|
127 |
|
128 \end{document} |