diff options
-rw-r--r-- | misc/gtl/pkg-descr | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/misc/gtl/pkg-descr b/misc/gtl/pkg-descr index 9b844541f9a7..391e1fd327b6 100644 --- a/misc/gtl/pkg-descr +++ b/misc/gtl/pkg-descr @@ -1 +1,7 @@ -the graph template library that supports graphs and graph algorithm +This package provides support for graphs and graph algorithms on top of +the C++ STL library. The API is based on that of LEDA. Classes necessary +to work with graphs, nodes, and edges are included, as well as basic +algorithms that can act as building blocks for more complex graph +algorithms. + +WWW: http://infosun.fmi.uni-passau.de/GTL/ |