8 Jun
2011
8 Jun
'11
1:28 a.m.
On Tue, Jun 7, 2011 at 3:57 PM, Anders Wallin
I tried to modify this example: http://www.boost.org/doc/libs/1_34_0/libs/graph/example/dijkstra-example.cpp to create the graph in a clearer fashion: http://codepad.org/DDKs45oe However, I now get compiler errors inside dijkstra_shortest_paths.hpp Can anyone see where I have gone wrong?
Thanks all, Here are some working examples if anyone else is interested: http://programmingexamples.net/index.php?title=CPP/Boost/BGL/DijkstraDirecte... http://programmingexamples.net/index.php?title=CPP/Boost/BGL/DijkstraUndirec... http://programmingexamples.net/index.php?title=CPP/Boost/BGL/DijkstraCompute... David