$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [BGL] depth first search : forcing backtrack
From: andreas tanner (ant_at_[hidden])
Date: 2011-03-03 12:02:53
I understand that for early exit from a depth_first_search, I use exceptions
thrown in a visitor. Now how can I force not a complete exit, but just an
immediate backtrack towards the root node?