
15 Jan
2013
15 Jan
'13
10:35 a.m.
14.01.2013 21:18, Jeremiah Willcock kirjoitti:
Look at depth_first_visit_impl in
; that appears to have a way to terminate the search early. I have asked about getting the link mentioned in that code working again.
I was using the terminator condition of depth_first_visit but couldn't figure out how to use the internal color property with that function. Is that possible? I looked in boost/graph/ but found only examples where the color map includes all vertices (and is external) instead of only those visited. Ilja