TopologicalSorterTVertex, TEdgeSeeCycleCreatingEdgesAsNonExistend Property |
Gets or sets a value indicating whether edges which create a cycle should be seen as real (true) or as edges which can be ignored and
have no influence on the outcome (false, default). 'False' means that an exception is thrown when a cycle is detected.
True means that the traversal is broken off at the re-visited vertex and continued using backtracking. Leave this property to false,
unless cycles should be allowed.
Namespace:
SD.Tools.Algorithmia.Graphs.Algorithms
Assembly:
SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.3.0.0 (1.3.17.0314)
Syntax public bool SeeCycleCreatingEdgesAsNonExistend { get; set; }
Public Property SeeCycleCreatingEdgesAsNonExistend As Boolean
Get
Set
Property Value
Type:
BooleanSee Also