views:

10

answers:

0

I want to generate the set of spanning trees of an undirected graph such that each edge appears in at least one spanning tree. Can someone suggest me an algorithm for doing this, or if there is a usable code for this, that will be even better.

Thanks.