GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutLayeredDigraphCycleRemove Enumeration
In This Topic
    GoLayoutLayeredDigraphCycleRemove Enumeration
    In This Topic
    This enumeration controls how GoLayoutLayeredDigraph.RemoveCycles changes the graph to make sure it contains no cycles or loops.
    Syntax
    public enum GoLayoutLayeredDigraphCycleRemove : System.Enum 
    Members
    MemberDescription
    DepthFirstRemove cycles using GoLayoutLayeredDigraph.DepthFirstSearchCycleRemoval
    GreedyRemove cycles using GoLayoutLayeredDigraph.GreedyCycleRemoval
    See Also