Commit graph

6 commits

Author SHA1 Message Date
joerg
38a899577d Fix build with newer GCC 2011-11-25 21:44:06 +00:00
wiz
118c827617 Update to 1.2.0:
# 1.2.0

    * New algorithm added: Bidirectional Dijkstra's shortest path
    * A lot of bugfixes
    * Revised documentation

# 1.1.0

    * Returned to the libtool versioning style
    * New algorithms added
          o Dijkstra's shortest path
          o Bellman Ford shortest path
          o New variant of Maximal Flow
    * graph::load now creates nodes in the same order as they are in the gml file
    * graph::load now with parameter 'preserve_ids' to use the same ids as in the gml file
    * A lot of bugfixes
    * Documentation adapted to doxygen

# 1.0.0

    * First stable release
    * quick fix of bug in graph::del_node (thanks to David Auber)
    * bug fix in graph::hide_node (thanks to David Auber)
    * optimization of reallocation procedure in node_ and edge_maps (again, thanks to David)
2004-11-02 20:36:50 +00:00
jlam
2dcf3d8097 Remove dependency on sgi-stl. 2000-07-31 04:53:55 +00:00
jlam
dbadce17fa Force GTL to use SGI STL as the egcs-1.1.2 copy of the STL is not
sufficient.
2000-07-14 06:51:16 +00:00
jlam
dd8cfb5b4e USE_LIBTOOL instead of USE_PKGLIBTOOL. Remove the --cplusplus stuff since
the new libtool takes care of everything for us.
2000-07-13 15:10:33 +00:00
jlam
4b16b62580 GTL - C++ graph data structure library based on the STL 2000-05-10 04:31:17 +00:00