
Fundamental cycles of a spanning tree
fundamental_cycles.RdReturns the fundamental cycles of a spanning tree with respect to the original graph. There is one fundamental cycle per non-tree edge (m - n + 1 total), formed by adding that edge to the unique path between its endpoints in the spanning tree.
Value
A list of adj objects, one per non-tree edge. Each adj
represents the cycle as a subgraph of graph.