From: Doug Gregor (dgregor_at_[hidden])
Date: 2006-04-10 16:13:47


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