QuickGraph


UndirectedFirstTopologicalSortAlgorithm<'TVertex, 'TEdge>

Namespace: QuickGraph.Algorithms.TopologicalSort

Constructors

ConstructorDescription
new(visitedGraph)
Signature: visitedGraph:IUndirectedGraph<'TVertex,'TEdge> -> unit

Instance members

Instance memberDescription
AddVertex
Signature: VertexAction<'TVertex>
AllowCyclicGraph()
Signature: unit -> unit
Compute(vertices)
Signature: vertices:IList<'TVertex> -> unit
Degrees
Signature: IDictionary<'TVertex,int>
Heap
Signature: BinaryQueue<'TVertex,int>
SortedVertices
Signature: ICollection<'TVertex>
Fork me on GitHub