Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://www.sai.msu.su/sal/E/0/GTL.html
Дата изменения: Unknown Дата индексирования: Sat Dec 22 05:51:40 2007 Кодировка: |
GTL (Graph Template Library)
The Standard Template Library (STL) is an extremely flexible implementation of many container classes and standard algorithms. Unfortunately, STL has no support for graphs and graph algorithms. However, graphs are widely used for complex relational structures. Since we are intensively working with graph algorithms especially in Graphlet, we decided to implement GTL, a graph library based on STL. For the design of GTL's API the API of LEDA has served as a basis. GTL contains the classes needed to work with graphs, nodes and edges and some basic algorithms as building blocks for more complex graph algorithms. Further algorithms are under work.
|
Current Version: 0.3.2
License Type: Free for non-commercial use
|
Home Site:
Source Code Availability: Yes
Available Binary Packages:
Targeted Platforms: Software/Hardware Requirements:
|
Other Links:
Mailing Lists/USENET News Groups: gtl@infosun.fmi.uni-passau.de (Comments an questions about GTL to the GTL Team), gtl-bugs@infosun.fmi.uni-passau.de (Bug Reports), gtl-users@infosun.fmi.uni-passau.de (General Discussion about GTL), gtl-announce@infosun.fmi.uni-passau.de (Low traffic, read only list for announcements of new GTL versions)
User Comments:
See A Screen Shot? (Not Yet)
|