CondensationGraphAlgorithm<'TVertex, 'TEdge, 'TGraph>
Namespace: QuickGraph.Algorithms.Condensation
Constructors
Constructor | Description |
new(visitedGraph)
Signature: visitedGraph:IVertexAndEdgeListGraph<'TVertex,'TEdge> -> unit
|
Instance members
Instance member | Description |
CondensedGraph
Signature: IMutableBidirectionalGraph<'TGraph,CondensedEdge<'TVertex,'TEdge,'TGraph>>
|
|
StronglyConnected()
Signature: unit -> unit
|