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