$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: tobi_schuele (tobias.schuele_at_[hidden])
Date: 2002-01-15 13:05:28
Hi,
I'd like to use depth_first_search to check whether a particular
vertex is reachable from the root vertex. Is there a way to stop the
search when the vertex is found? In other words, can a visitor be used
to cut the search tree? Sorry, if this is a newbie question. Thank you
very much in advance for your help.
Tobias