31 Dec
2004
31 Dec
'04
3:57 p.m.
Jeffrey Holle
One thing I see wrong is that the depth_first_search algorithm requires that
the
graph that it is given has an 'boost::vertex_index_t' property. So change your Graph definition to: typedef adjacency_list
, property Graph;
Thanks, this seems to work. I am reading the book , and this boost graph stuff is quite overwhelming at first sight. Although they did a great job, still the documentation/book could have improvements here and there. Wkr, me