TopologicalSorterTVertex, TEdgeSortResults Property |
Gets or sets the sort results. This is one possible correct topological order of the graph passed into the constructor. Topological sorting doesn't guarantee
that there is just 1 ordering, there can be many correct orderings.
Namespace: SD.Tools.Algorithmia.Graphs.AlgorithmsAssembly: SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.2.0.0 (1.2.14.1118)
Syntax public List<TVertex> SortResults { get; }
Public ReadOnly Property SortResults As List(Of TVertex)
Get
Property Value
Type:
ListTVertexSee Also