$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] depth_first_visit
From: Jeremiah Willcock (jewillco_at_[hidden])
Date: 2012-01-10 15:12:01
On Mon, 9 Jan 2012, James Lindsay wrote:
> Hello,
> I've found several questions regarding the depth_first_visit algorithm
> but I can't find a complete example anywhere. I was wondering if someone
> could post a complete example of the depth_first_visit algorithm in
> action, including how you created the color map.
Look at libs/graph/example/loops_dfs.cpp in the Boost source distribution
for one example.
-- Jeremiah Willcock