diff options
author | wiz <wiz> | 2004-11-02 20:36:50 +0000 |
---|---|---|
committer | wiz <wiz> | 2004-11-02 20:36:50 +0000 |
commit | a3b0f758f313581d044afb8798c7018c4a32b950 (patch) | |
tree | dbac9ac1e79914ae7930ac367d823c41e62d0c2d /devel/gtl/PLIST | |
parent | 994905e768d9a22556d8ee84a8ae0da19b41b936 (diff) | |
download | pkgsrc-a3b0f758f313581d044afb8798c7018c4a32b950.tar.gz |
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)
Diffstat (limited to 'devel/gtl/PLIST')
-rw-r--r-- | devel/gtl/PLIST | 94 |
1 files changed, 18 insertions, 76 deletions
diff --git a/devel/gtl/PLIST b/devel/gtl/PLIST index ef3752c3b9e..bf20dcaf991 100644 --- a/devel/gtl/PLIST +++ b/devel/gtl/PLIST @@ -1,11 +1,15 @@ -@comment $NetBSD: PLIST,v 1.2 2004/09/22 08:09:26 jlam Exp $ +@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 @@ -16,6 +20,8 @@ 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 @@ -29,79 +35,15 @@ include/GTL/symlist.h include/GTL/topsort.h include/GTL/version.h lib/libGTL.la -share/doc/html/GTL/GML_error.html -share/doc/html/GTL/GTL-GTL-h.html -share/doc/html/GTL/GTL-algorithm-h.html -share/doc/html/GTL/GTL-bfs-h.html -share/doc/html/GTL/GTL-biconnectivity-h.html -share/doc/html/GTL/GTL-components-h.html -share/doc/html/GTL/GTL-debug-h.html -share/doc/html/GTL/GTL-dfs-h.html -share/doc/html/GTL/GTL-edge-h.html -share/doc/html/GTL/GTL-edge_data-h.html -share/doc/html/GTL/GTL-edge_map-h.html -share/doc/html/GTL/GTL-embedding-h.html -share/doc/html/GTL/GTL-fm_partition-h.html -share/doc/html/GTL/GTL-gml_parser-h.html -share/doc/html/GTL/GTL-gml_scanner-h.html -share/doc/html/GTL/GTL-graph-h.html -share/doc/html/GTL/GTL-maxflow_ff-h.html -share/doc/html/GTL/GTL-maxflow_pp-h.html -share/doc/html/GTL/GTL-ne_map-h.html -share/doc/html/GTL/GTL-node-h.html -share/doc/html/GTL/GTL-node_data-h.html -share/doc/html/GTL/GTL-node_map-h.html -share/doc/html/GTL/GTL-planarity-h.html -share/doc/html/GTL/GTL-pq_node-h.html -share/doc/html/GTL/GTL-pq_tree-h.html -share/doc/html/GTL/GTL-ratio_cut_partition-h.html -share/doc/html/GTL/GTL-st_number-h.html -share/doc/html/GTL/GTL-symlist-h.html -share/doc/html/GTL/GTL-topsort-h.html -share/doc/html/GTL/GTL-version-h.html -share/doc/html/GTL/algorithm.html -share/doc/html/GTL/bfs.html -share/doc/html/GTL/biconnectivity.html -share/doc/html/GTL/classes.html -share/doc/html/GTL/components.html -share/doc/html/GTL/dfs.html -share/doc/html/GTL/doc000.html -share/doc/html/GTL/doc001.html -share/doc/html/GTL/doc002.html -share/doc/html/GTL/doc003.html -share/doc/html/GTL/doc004.html -share/doc/html/GTL/doc005.html -share/doc/html/GTL/doc006.html -share/doc/html/GTL/doc007.html -share/doc/html/GTL/edge.html -share/doc/html/GTL/edge_map.html -share/doc/html/GTL/fm_partition.html -share/doc/html/GTL/graph.html -share/doc/html/GTL/header-list.html -share/doc/html/GTL/hier.html -share/doc/html/GTL/icons/GTL-small.gif -share/doc/html/GTL/icons/GTL.jpeg -share/doc/html/GTL/icons/contents.gif -share/doc/html/GTL/icons/next.gif -share/doc/html/GTL/icons/next_gr.gif -share/doc/html/GTL/icons/previous.gif -share/doc/html/GTL/icons/previous_gr.gif -share/doc/html/GTL/icons/up.gif -share/doc/html/GTL/icons/up_gr.gif -share/doc/html/GTL/index.html -share/doc/html/GTL/maxflow_ff.html -share/doc/html/GTL/maxflow_pp.html -share/doc/html/GTL/ne_map.html -share/doc/html/GTL/node.html -share/doc/html/GTL/node_map.html -share/doc/html/GTL/planar_embedding.html -share/doc/html/GTL/planarity.html -share/doc/html/GTL/pq_tree.html -share/doc/html/GTL/ratio_cut_partition.html -share/doc/html/GTL/refer.html -share/doc/html/GTL/st_number.html -share/doc/html/GTL/symlist.html -share/doc/html/GTL/topsort.html -@dirrm share/doc/html/GTL/icons -@dirrm share/doc/html/GTL +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 |