diff options
author | Tim Vanderhoek <hoek@FreeBSD.org> | 1999-12-28 16:12:17 +0000 |
---|---|---|
committer | Tim Vanderhoek <hoek@FreeBSD.org> | 1999-12-28 16:12:17 +0000 |
commit | 6b2bbb2c78d5a70ea9d452b8eba18ef365ebca7b (patch) | |
tree | 416eba03ddf8bb0bff1be119347c765bd3c82183 /misc/gtl | |
parent | 00bd212eb129c3615111b1a8cd1d2151b6bb0f54 (diff) |
Notes
Diffstat (limited to 'misc/gtl')
-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/ |