pkgsrc/devel/gtl/PLIST
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

49 lines
1.2 KiB
Text

@comment $NetBSD: PLIST,v 1.3 2004/11/02 20:36:50 wiz Exp $
include/GTL/GTL.h
include/GTL/algorithm.h
include/GTL/bellman_ford.h
include/GTL/bfs.h
include/GTL/biconnectivity.h
include/GTL/bid_dijkstra.h
include/GTL/bin_heap.h
include/GTL/components.h
include/GTL/debug.h
include/GTL/dfs.h
include/GTL/dijkstra.h
include/GTL/edge.h
include/GTL/edge_data.h
include/GTL/edge_map.h
include/GTL/embedding.h
include/GTL/fm_partition.h
include/GTL/gml_parser.h
include/GTL/gml_scanner.h
include/GTL/graph.h
include/GTL/maxflow_ff.h
include/GTL/maxflow_pp.h
include/GTL/maxflow_sap.h
include/GTL/min_tree.h
include/GTL/ne_map.h
include/GTL/node.h
include/GTL/node_data.h
include/GTL/node_map.h
include/GTL/planarity.h
include/GTL/pq_node.h
include/GTL/pq_tree.h
include/GTL/ratio_cut_partition.h
include/GTL/st_number.h
include/GTL/symlist.h
include/GTL/topsort.h
include/GTL/version.h
lib/libGTL.la
share/doc/GTL/GTL.ps
share/doc/GTL/history.html
share/doc/GTL/icons/GTL.jpeg
share/doc/GTL/index.html
share/doc/GTL/lists.html
share/doc/GTL/platforms.html
share/doc/GTL/refer.html
share/doc/GTL/register.html
share/doc/GTL/style.css
@dirrm share/doc/GTL/icons
@dirrm share/doc/GTL
@dirrm include/GTL