Boost logo

Boost Users :

Subject: Re: [Boost-users] Help needed to implement D_shortest_path
From: Andrew Sutton (andrew.n.sutton_at_[hidden])
Date: 2009-06-11 20:03:31


> 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.

Andrew Sutton
andrew.n.sutton_at_[hidden]



Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net