Avoid visiting all vertices in dfs_search()
This is done by default in depth_first_search() in BGL, so we switch to depth_first_visit().
Please register or sign in to comment
This is done by default in depth_first_search() in BGL, so we switch to depth_first_visit().