$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
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]