index.html 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
  2. "http://www.w3.org/TR/html4/loose.dtd">
  3. <!-- ======================================================================
  4. index.src
  5. ======================================================================= -->
  6. <!-- $Id: index.html,v 1.9 2006/06/01 09:57:39 chris Exp $ -->
  7. <html>
  8. <head>
  9. <title>[ GTL ] The Graph Template Library</title>
  10. <link rev=made href="mailto:raitner@fmi.uni-passau.de">
  11. <meta name="keywords" content="STL,extension,development,graph,graphs,datastructures,graph algorithms,algorithms">
  12. <meta name="description" content="Extension of the STL by datastructures for graphs">
  13. <link rel=stylesheet href="style.css" type="text/css" media=screen>
  14. </head>
  15. <body>
  16. <p class="links">
  17. Home |
  18. <a href="manual/index.html">Documentation</a> |
  19. <a href="register.html">Download</a> |
  20. <a href="platforms.html">Platforms</a> |
  21. <a href="refer.html">Projects</a> |
  22. <a href="lists.html">Mailing Lists</a> |
  23. <a href="history.html">Version History</a>
  24. </p>
  25. <p><span class="heading">{ News }</span></p>
  26. <ul>
  27. <li class="wide">Bugfix release 1.2.4 available! -- <a href="history.html">more ...</a></li>
  28. <li class="wide">Bugfix release 1.2.3 available! -- <a href="history.html">more ...</a></li>
  29. <li class="wide">Bugfix release 1.2.2 available! -- <a href="history.html">more ...</a></li>
  30. <li class="wide">Bugfix release 1.2.1 available! -- <a href="history.html">more ...</a></li>
  31. <li class="wide"> Mac OS X 10.3 (Panther) binary available -- <a href="register.html">more ...</a></li>
  32. <li class="wide">Documentation updated -- <a href="manual/index.html">more ...</a></li>
  33. <li class="wide">New release 1.2.0 available! -- <a href="history.html">more ...</a></li>
  34. <li class="wide">gtl-users mailinglist now requires subscription before posting -- <a href="lists.html">more ...</a></li>
  35. </ul>
  36. <p><span class="heading">{ About GTL }</span> GTL, the <em>Graph Template Library</em> GTL can be seen as an
  37. extension of the Standard Template Library STL to graphs and fundamental graph algorithms.
  38. </p>
  39. <p> Graphs are a common model for discrete relational structures, such as diagrams, nets and networks, hierarchies,
  40. plans, charts, or maps. And there are many important algorithms for graphs, such us exhaustive search, shortest
  41. path, minimum spanning tree, matching or network flow, with a wide range of applications in areas such as Computer
  42. Science, Discrete Mathematics, Chemistry, Molecular Biology, Operations Research, Engineering, Computer Aided
  43. Design, Project Management, Production Planning, Surveillance, and Maintenance Control, Cartography, and other
  44. application areas. The wide use of graphs is also due to the fact that they have a natural graphical
  45. representation and <a href="http://www.fmi.uni-passau.de/Graphlet">Graphlet</a> is a tool for this.
  46. </p>
  47. <p> GTL is a platform independent and extendible C++ library. It is a useful aid to any software designer. GTL
  48. contains the classes needed to work with graphs, nodes and edges and some fundamental algorithms as building
  49. blocks for more complex graph algorithms. Further algorithms are under development.
  50. </p>
  51. <p> Customized algorithms can be developed by experienced programmers. A major step shall be support for models of
  52. hierarchically structured graph and the efficient manipulation of really large graphs.
  53. </p>
  54. <p> GTL has been designed and programmed following the guide lines of STL.
  55. </p>
  56. <p class="license"><span class="heading">{ License }</span>The Graph Template Library (GTL) is copyrighted by the
  57. University of Passau. The following terms apply to all files in the GTL distribution: </p>
  58. <p class="license"> The authors hereby grant permission to use, copy and modify this software and its documentation
  59. for any purpose, except the ones mentioned in this copyright notice, provided that existing copyright notices are
  60. retained in all copies. No written agreement, license, or royalty fee is required for any of the authorized uses.
  61. </p>
  62. <p class="license"> Commercial use of GTL without prior written permission is prohibited. GTL must not be
  63. distributed without prior written permission. The terms of this copyright notice also apply to any modification to
  64. this software.
  65. </p>
  66. <p><span class="heading">{ Authors }</span> GTL was designed and implemented by:
  67. </p>
  68. <ul style="list-style-type:none;">
  69. <li><a href="http://www.fmi.uni-passau.de/~forster/">Michael Forster</a>
  70. [ forster <b>at</b> fmi <b>dot</b> uni-passau <b>dot</b> de ]</li>
  71. <li><a href="http://www.fmi.uni-passau.de/~pick/">Andreas Pick</a>
  72. [ pick <b>at</b> fmi <b>dot</b> uni-passau <b>dot</b> de ]</li>
  73. <li><a href="http://infosun.fmi.uni-passau.de/~raitner/index.html">Marcus Raitner</a>
  74. [ raitner <b>at</b> fmi <b>dot</b> uni-passau <b>dot</b> de ]</li>
  75. <li><a href="http://infosun.fmi.uni-passau.de/~chris/index.html">Christian Bachmaier</a>
  76. [ chris <b>at</b> infosun <b>dot</b> fmi <b>dot</b> uni-passau <b>dot</b> de ]</li>
  77. </ul>
  78. <p> Please direct any suggestions and/or bug report to the appropriate <a href="lists.html"> mailing-lists</a>.
  79. </p>
  80. <p class="links">
  81. <a href="http://www.uni-passau.de/">University of Passau</a>&nbsp;-&nbsp;
  82. <a href="http://www.fmi.uni-passau.de/">FMI</a>&nbsp;-&nbsp;
  83. <a href="http://www.fmi.uni-passau.de/fmi/lehrstuehle/brandenburg/">Theoretical
  84. Computer Science</a>
  85. <br>
  86. <br>
  87. Hits since February 24, 1999
  88. <br>
  89. <a href="http://www.webcounter.goweb.de">
  90. <img src="http://webcounter.goweb.de/29867" alt="WebCounter by GOWEB"
  91. border="0" vspace="0">
  92. </a>
  93. </p>
  94. <div class="copyright">
  95. Design &copy; 2002--2005 <a href="mailto:raitner@fmi.uni-passau.de">Marcus Raitner</a>, University of Passau
  96. </div>
  97. </body>
  98. </html>
  99. <!-- ======================================================================
  100. End Of File
  101. ======================================================================= -->
  102. <!-- Local Variables: -->
  103. <!-- mode: html -->
  104. <!-- fill-column: 120 -->
  105. <!-- End: -->