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