Header menu logo B2R2

ISCCEnumerable<'V> Type

Strongly connected components enumerable. A graph is strongly connected if there is a path between every pair of vertices in the graph.

Instance members

Instance member Description

this.GetSCCEnumerator

Full Usage: this.GetSCCEnumerator

Returns: IEnumerable<HashSet<IVertex<'V>>>
Modifiers: abstract

Get an enumerator for strongly connected components.

Returns: IEnumerable<HashSet<IVertex<'V>>>

Type something to start searching.