How do I stop the breadth-first search using Boost Graph Library when using a custom visitor?

Posted by ypv on Stack Overflow See other posts from Stack Overflow or by ypv
Published on 2009-09-30T21:17:05Z Indexed on 2010/05/12 23:04 UTC
Read the original article Hit count: 174

Filed under:
|

Say I found the node that meets my criteria and I need to stop the search.

© Stack Overflow or respective owner

Related posts about bfs

Related posts about visitors