TopologicalSortAlgorithm<'TVertex, 'TEdge>
Namespace: QuickGraph.Algorithms.TopologicalSort
Constructors
Constructor | Description |
new(g)
Signature: g:IVertexListGraph<'TVertex,'TEdge> -> unit
|
|
new(g, vertices)
Signature: (g:IVertexListGraph<'TVertex,'TEdge> * vertices:IList<'TVertex>) -> unit
|
Instance members
Instance member | Description |
AllowCyclicGraph
Signature: bool
|
|
Compute(vertices)
Signature: vertices:IList<'TVertex> -> unit
|
|
DiscoverVertex
Signature: VertexAction<'TVertex>
|
|
FinishVertex
Signature: VertexAction<'TVertex>
|
|
SortedVertices
Signature: IList<'TVertex>
|