GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutLayeredDigraph Class / DepthFirstSearchCycleRemovalVisit Method
In This Topic
    DepthFirstSearchCycleRemovalVisit Method
    In This Topic
    Peforms the recursive step of the depth first search on node. Updates the discover and finish time of node. Updates the forest flag of followed links.
    Syntax
    protected virtual void DepthFirstSearchCycleRemovalVisit( 
       GoLayoutLayeredDigraphNode node
    )

    Parameters

    node
    See Also