QuickGraph


UndirectedTopologicalSortAlgorithm<'TVertex, 'TEdge>

Namespace: QuickGraph.Algorithms.TopologicalSort

Constructors

ConstructorDescription
new(g)
Signature: g:IUndirectedGraph<'TVertex,'TEdge> -> unit
new(g, vertices)
Signature: (g:IUndirectedGraph<'TVertex,'TEdge> * vertices:IList<'TVertex>) -> unit

Instance members

Instance memberDescription
AllowCyclicGraph()
Signature: unit -> unit
Compute(vertices)
Signature: vertices:IList<'TVertex> -> unit
SortedVertices
Signature: IList<'TVertex>
Fork me on GitHub