GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace
/
GoLayoutLayeredDigraph Class
/ RemoveCycles Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
RemoveCycles Method
In This Topic
Removes cycles from the input network by reversing some number of links.
Syntax
C#
protected
virtual
void
RemoveCycles()
Remarks
By default this just calls
GreedyCycleRemoval
or
DepthFirstSearchCycleRemoval
, as appropriate given the value of
CycleRemoveOption
.
See Also
Reference
GoLayoutLayeredDigraph Class
GoLayoutLayeredDigraph Members