You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

168 lines
3.9 KiB

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