
24 Feb
2007
24 Feb
'07
2:31 p.m.
Can I store an edge_descriptor of a predecessor edge as an
internal/bundled property?
I am currently doing this:
struct EdgeProperties;
struct VertexProperties
{
double x;
double y;
double weight;
int dist;
boost::graph_traits<
boost::adjacency_list