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