Commit Graph

4 Commits

Author SHA1 Message Date
wilfried
1e459a788a use in-tree libtool patches, ok maintainer 2001-11-01 08:27:14 +00:00
naddy
0a39cf46cf sync libtool patches, build shared libraries; ok maintainer 2001-04-08 17:41:43 +00:00
reinhard
237c964e90 upgrade to GTL 1.0.0
- WITH THE RELEASE THE DOWNLOAD POLICY FOR GTL HAS BEEN
  CHANGED. PLEASE SEE THE HOMEPAGE FOR THE DETAILS.
- First stable release
- Various bugfixes
- Optimization of reallocation procedure in node_ and edge_maps
- Bump NEED_VERSION

from maintainer
2001-02-09 10:05:30 +00:00
reinhard
e2204ecc2c Graph Template Library (GTL) is based on the Standart Template Library
(STL), which is supposed to become a part of the C++ standart library
and therefore is an ideal basis when writing portable programs.
 
For the design of the GTL's API the API of LEDA is used as a base. 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.
 
Unfortunately, STL has no support for graphs and graph algorithms.
However, graphs are widely used to model complex relational
structures.

MAINTAINER=     Peter Valchev <pvalchev@toxiclinux.org>
2001-01-19 16:33:15 +00:00