The biconnectedComponents action calculates the biconnected components and articulation po...
The 'clique' action finds maximal cliques in a graph. A clique is a subgraph where every t...
The `connectedComponents` action finds the connected components of a graph. In graph theor...
The cycle action calculates the elementary cycles (simple circuits) of a graph. A cycle is...
The maxFlow action calculates the maximum flow of a graph. The maximum flow problem is a c...
The minCostFlow action calculates the minimum-cost network flow of a graph. The minimum-co...
The minCut action calculates the minimum cut of a graph. A cut is a partition of the nodes...
The minSpanTree action calculates the minimum spanning tree (MST) of a graph. An MST is a ...