COIN-OR::LEMON - Graph Library

source: glpk-cmake/doc/glpk.tex @ 1:c445c931472f

Last change on this file since 1:c445c931472f was 1:c445c931472f, checked in by Alpar Juttner <alpar@…>, 13 years ago

Import glpk-4.45

  • Generated files and doc/notes are removed
File size: 3.0 KB
Line 
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,
29urlcolor=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
73The GLPK package is part of the GNU Project released under the aegis of
74GNU.
75
76\medskip \noindent
77Copyright \copyright{} 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
782008, 2009, 2010 Andrew Makhorin, Department for Applied Informatics,
79Moscow Aviation Institute, Moscow, Russia. All rights reserved.
80
81\medskip \noindent
82Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
8302110-1301, USA.
84
85\medskip \noindent
86Permission is granted to make and distribute verbatim copies of this
87manual provided the copyright notice and this permission notice are
88preserved on all copies.
89
90\medskip \noindent
91Permission is granted to copy and distribute modified versions of this
92manual under the conditions for verbatim copying, provided also that the
93entire resulting derived work is distributed under the terms of
94a permission notice identical to this one.
95
96\medskip \noindent
97Permission is granted to copy and distribute translations of this manual
98into 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}
Note: See TracBrowser for help on using the repository browser.