WeaklyConnectedComponentsAlgorithm<'TVertex, 'TEdge>
Namespace: QuickGraph.Algorithms.ConnectedComponents
Constructors
Constructor | Description |
new(visitedGraph)
Signature: visitedGraph:IVertexListGraph<'TVertex,'TEdge> -> unit
|
|
new(visitedGraph, components)
Signature: (visitedGraph:IVertexListGraph<'TVertex,'TEdge> * components:IDictionary<'TVertex,int>) -> unit
|
|
new(host, visitedGraph, components)
Signature: (host:IAlgorithmComponent * visitedGraph:IVertexListGraph<'TVertex,'TEdge> * components:IDictionary<'TVertex,int>) -> unit
|
Instance members
Instance member | Description |
ComponentCount
Signature: int
Modifiers: abstract |
|
Components
Signature: IDictionary<'TVertex,int>
Modifiers: abstract |
|
Graphs
Signature: List<BidirectionalGraph<'TVertex,'TEdge>>
|