Dear Andrew
typedef boost::adjacency_list<boost::vecS, boost::listS, boost::bidirectionalS,slVertexProperty, slEdgeProperty> slGraph;
The errors look like they're coming from an attempt to reinterpret a node-based vertex descriptor (void*) as a vector-based descriptor (int). It doesn't look like you're passing the index_map to the first Dijkstra's call. That might be causing the problem.
_______________________________________________
Boost-users mailing list
Boost-users@lists.boost.org
http://lists.boost.org/mailman/listinfo.cgi/boost-users