- 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
(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>