Subject: [Boost-users] [Graph] Help with delta_stepping_shortest_paths()
From: Leo Hidd (leohidd_at_[hidden])
Date: 2012-03-11 23:42:12


Hi all,

I'm having a hard time trying to use the distributed SSSP algorithm
delta_stepping_shortest_paths. I found this example

http://code.google.com/p/boost-doc-zh/source/browse/trunk/libs/graph_parallel/test/distributed_shortest_paths_test.cpp?r=427

but it compiles with error in line 192:
'boost::property_map<Graph,Property>' : more than one partial
specialization matches the template argument list
(MS Visual Studio 2008, MPI from Microsoft HPC Pack 2008 R2, Boost 1.48)

Do anyone have any suggestion, or any other example?

thx for your time,

leo