10 Apr
2006
10 Apr
'06
8:13 p.m.
On Mar 10, 2006, at 5:40 PM, Harsh Deshmane wrote:
Hello Doug,
I am trying to create a custom visitor class, for bfs, which accumulates all predecessors (based on Doug Gregor's suggestion for finding all paths between 2 vertices)
I compiled and ran this example from the examples dir. However, the output is not consistent with kevin_bacon.expected in the example dir.
Output I get is listed below (top lines) [snip[ (basically, all values are zero) except the first.
That's really strange! I get the correct output on several different systems (a PowerPC Mac, a x86 machine running Linux, and an x64-64 machine running Linux). Doug