The source code and dockerfile for the GSW2024 AI Lab.
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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

207 lines
7.2 KiB

4 weeks ago
  1. %* glpk11.tex *%
  2. \chapter{External Software Used In GLPK}
  3. In the GLPK package there are used some external software listed in
  4. this Appendix. Note that these software are {\it not} part of GLPK, but
  5. are used with GLPK and included in the distribution.
  6. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  7. \section{AMD}
  8. \noindent
  9. AMD Version 2.2, Copyright {\copyright} 2007 by Timothy A. Davis,
  10. Patrick R. Amestoy, and Iain S. Duff. All Rights Reserved.
  11. \para{Description}
  12. AMD is a set of routines for pre-ordering sparse matrices prior to
  13. Cholesky or LU factorization, using the approximate minimum degree
  14. ordering algorithm.
  15. \para{License}
  16. This library is free software; you can redistribute it and/or
  17. modify it under the terms of the GNU Lesser General Public License
  18. as published by the Free Software Foundation; either version 2.1 of
  19. the License, or (at your option) any later version.
  20. This library is distributed in the hope that it will be useful,
  21. but WITHOUT ANY WARRANTY; without even the implied warranty of
  22. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  23. Lesser General Public License for more details.
  24. You should have received a copy of the GNU Lesser General Public
  25. License along with this library; if not, write to the Free Software
  26. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
  27. USA.
  28. Permission is hereby granted to use or copy this program under the
  29. terms of the GNU LGPL, provided that the Copyright, this License,
  30. and the Availability of the original version is retained on all
  31. copies. User documentation of any code that uses this code or any
  32. modified version of this code must cite the Copyright, this License,
  33. the Availability note, and ``Used by permission.'' Permission to
  34. modify the code and to distribute modified code is granted, provided
  35. the Copyright, this License, and the Availability note are retained,
  36. and a notice that the code was modified is included.
  37. AMD is available under alternate licences; contact T. Davis for
  38. details.
  39. \para{Availability}
  40. \noindent
  41. \url{http://www.cise.ufl.edu/research/sparse/amd}
  42. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  43. \section{COLAMD/SYMAMD}
  44. \noindent
  45. COLAMD/SYMAMD Version 2.7, Copyright {\copyright} 1998-2007, Timothy A.
  46. Davis, All Rights Reserved.
  47. \para{Description}
  48. colamd: an approximate minimum degree column ordering algorithm, for
  49. LU factorization of symmetric or unsymmetric matrices, QR factorization,
  50. least squares, interior point methods for linear programming problems,
  51. and other related problems.
  52. symamd: an approximate minimum degree ordering algorithm for Cholesky
  53. factorization of symmetric matrices.
  54. \para{Authors}
  55. The authors of the code itself are Stefan I. Larimore and Timothy A.
  56. Davis (davis at cise.ufl.edu), University of Florida. The algorithm
  57. was developed in collaboration with John Gilbert, Xerox PARC, and
  58. Esmond Ng, Oak Ridge National Laboratory.
  59. \para{License}
  60. This library is free software; you can redistribute it and/or
  61. modify it under the terms of the GNU Lesser General Public License
  62. as published by the Free Software Foundation; either version 2.1 of
  63. the License, or (at your option) any later version.
  64. This library is distributed in the hope that it will be useful,
  65. but WITHOUT ANY WARRANTY; without even the implied warranty of
  66. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  67. Lesser General Public License for more details.
  68. You should have received a copy of the GNU Lesser General Public
  69. License along with this library; if not, write to the Free Software
  70. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
  71. USA.
  72. Permission is hereby granted to use or copy this program under the
  73. terms of the GNU LGPL, provided that the Copyright, this License,
  74. and the Availability of the original version is retained on all
  75. copies. User documentation of any code that uses this code or any
  76. modified version of this code must cite the Copyright, this License,
  77. the Availability note, and ``Used by permission.'' Permission to
  78. modify the code and to distribute modified code is granted, provided
  79. the Copyright, this License, and the Availability note are retained,
  80. and a notice that the code was modified is included.
  81. COLAMD is also available under alternate licenses, contact T. Davis for
  82. details.
  83. \para{Availability}
  84. \noindent
  85. \url{http://www.cise.ufl.edu/research/sparse/colamd}
  86. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  87. %\newpage
  88. \section{MiniSat}
  89. \noindent
  90. MiniSat-C v1.14.1, Copyright {\copyright} 2005, Niklas Sorensson.
  91. \para{Description}
  92. MiniSat is a minimalistic implementation of a Chaff-like SAT solver
  93. based on the two-literal watch scheme for fast BCP and clause learning
  94. by conflict analysis.
  95. \newpage
  96. \para{License}
  97. Permission is hereby granted, free of charge, to any person obtaining a
  98. copy of this software and associated documentation files (the
  99. "Software"), to deal in the Software without restriction, including
  100. without limitation the rights to use, copy, modify, merge, publish,
  101. distribute, sublicense, and/or sell copies of the Software, and to
  102. permit persons to whom the Software is furnished to do so, subject to
  103. the following conditions:
  104. The above copyright notice and this permission notice shall be included
  105. in all copies or substantial portions of the Software.
  106. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
  107. OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  108. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  109. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
  110. LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
  111. OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  112. WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  113. \para{Availability}
  114. \noindent
  115. \url{http://www.cs.chalmers.se/Cs/Research/FormalMethods/MiniSat}
  116. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  117. \section{zlib}
  118. \noindent
  119. zlib version 1.2.5, Copyright {\copyright} 1995--2010 Jean-loup Gailly
  120. and Mark Adler.
  121. \para{Description}
  122. zlib is a general purpose data compression library. All the code is
  123. thread safe. The data format used by the zlib library is described by
  124. RFCs (Request for Comments) 1950 to 1952 in the files
  125. \verb|rfc1950.txt| (zlib format), \verb|rfc1951.txt| (deflate format)
  126. and \verb|rfc1952.txt| (gzip format).
  127. \para{License}
  128. This software is provided 'as-is', without any express or implied
  129. warranty. In no event will the authors be held liable for any damages
  130. arising from the use of this software.
  131. Permission is granted to anyone to use this software for any purpose,
  132. including commercial applications, and to alter it and redistribute it
  133. freely, subject to the following restrictions:
  134. 1. The origin of this software must not be misrepresented; you must not
  135. claim that you wrote the original software. If you use this software
  136. in a product, an acknowledgment in the product documentation would
  137. be appreciated but is not required.
  138. 2. Altered source versions must be plainly marked as such, and must not
  139. be misrepresented as being the original software.
  140. 3. This notice may not be removed or altered from any source
  141. distribution.
  142. \hfill Jean-loup Gailly
  143. \hfill Mark Adler
  144. \para{Availability}
  145. \noindent
  146. \url{http://www.zlib.net/}
  147. %* eof *%