StronglyConnectedComponentsAlgorithm<'TVertex, 'TEdge>
Namespace: QuickGraph.Algorithms.ConnectedComponents
Constructors
Constructor | Description |
new(g)
Signature: g:IVertexListGraph<'TVertex,'TEdge> -> unit
|
|
new(g, components)
Signature: (g:IVertexListGraph<'TVertex,'TEdge> * components:IDictionary<'TVertex,int>) -> unit
|
|
new(host, g, components)
Signature: (host:IAlgorithmComponent * g: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 |
|
DiffBySteps
Signature: List<int>
|
|
DiscoverTimes
Signature: IDictionary<'TVertex,int>
|
|
Graphs
Signature: List<BidirectionalGraph<'TVertex,'TEdge>>
|
|
Roots
Signature: IDictionary<'TVertex,'TVertex>
|
|
Steps
Signature: int
|
|
Vertices
Signature: List<'TVertex>
|