anansi.algorithms.components

Undocumented in source.

Members

Functions

makeDisconnectedCycles
void makeDisconnectedCycles(G g, int cycles, int cycleSize)
Undocumented in source. Be warned that the author may not have intended to support it.

Templates

connectedComponents
template connectedComponents(GraphT, ComponentMapT)

Lists the connected components (a.k.a "islands") of an undirected graph.

Meta