$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Identify cycles in a undirected graph
From: Michael Behrns-Miller (m_at_[hidden])
Date: 2013-08-20 16:09:53
David Doria <daviddoria <at> gmail.com> writes:
> > Thanks a lot Jeremiah, it works as expected !
>
> Detecting cycles, and identifying the vertices in cycles is a perfect
> size problem for an example!
Hello all - did anyone come up with an example that uses both vertex
visitors and predecessor_recorder? I'm having a hard time getting that
wired up. This seems like it would be a common need, I would love to see it
in the docs or wiki.