Boost logo

Boost :

Subject: [boost] Find All Paths
From: Tom Skora (thomassk41_at_[hidden])
Date: 2015-09-09 20:55:48


I have a list of vertices and using unidirectional edges, create multiple start and end paths starting from a start vertex.
Ex. Vertices= 1,2,3,4,5, 6
Edges = (1,2), (2,3), (2,4), (2,5), and (5, 6)
I would like to put in vertex 1 and have the following lists returned: 1,2,3 and 1,2, 4 and 1,2, 5, 6
What function can I use to return those lists
Thanks

Sent from my iPhone


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk