Show / Hide Table of Contents

Namespace QuikGraph.Algorithms.Condensation

Classes

CondensationGraphAlgorithm<TVertex, TEdge, TGraph>

Algorithm that condensate a graph with strongly (or not) components.

CondensedEdge<TVertex, TEdge, TGraph>

An edge connecting two graphs.

EdgeMergeCondensationGraphAlgorithm<TVertex, TEdge>

Algorithm that condensate edges of a graph.

MergedEdge

Helpers for MergedEdge<TVertex, TEdge>.

MergedEdge<TVertex, TEdge>

An edge that merge several other edges.

In This Article
Back to top QuikGraph