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