Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r82438 - trunk/libs/graph/example
From: jewillco_at_[hidden]
Date: 2013-01-10 17:14:47


Author: jewillco
Date: 2013-01-10 17:14:46 EST (Thu, 10 Jan 2013)
New Revision: 82438
URL: http://svn.boost.org/trac/boost/changeset/82438

Log:
Added more examples to Jamfile
Text files modified:
   trunk/libs/graph/example/Jamfile.v2 | 3 +++
   1 files changed, 3 insertions(+), 0 deletions(-)

Modified: trunk/libs/graph/example/Jamfile.v2
==============================================================================
--- trunk/libs/graph/example/Jamfile.v2 (original)
+++ trunk/libs/graph/example/Jamfile.v2 2013-01-10 17:14:46 EST (Thu, 10 Jan 2013)
@@ -35,6 +35,9 @@
 exe bfs-example : bfs-example.cpp ;
 exe bfs-example2 : bfs-example2.cpp ;
 exe dfs-example : dfs-example.cpp ;
+exe dijkstra-example : dijkstra-example.cpp ;
+exe dijkstra-example-listS : dijkstra-example-listS.cpp ;
+exe dijkstra-no-color-map-example : dijkstra-no-color-map-example.cpp ;
 exe adjacency_list_io : adjacency_list_io.cpp ;
 exe undirected_adjacency_list : undirected_adjacency_list.cpp ;
 exe directed_graph : directed_graph.cpp ;


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk