QuickGraph


CondensationGraphAlgorithm<'TVertex, 'TEdge, 'TGraph>

Namespace: QuickGraph.Algorithms.Condensation

Constructors

ConstructorDescription
new(visitedGraph)
Signature: visitedGraph:IVertexAndEdgeListGraph<'TVertex,'TEdge> -> unit

Instance members

Instance memberDescription
CondensedGraph
Signature: IMutableBidirectionalGraph<'TGraph,CondensedEdge<'TVertex,'TEdge,'TGraph>>
StronglyConnected()
Signature: unit -> unit
Fork me on GitHub