/
This enumeration specifies how LayeredDigraphLayout changes the graph to make sure it contains no cycles or loops. Used for LayeredDigraphLayout.cycleRemoveOption.
since
3.0
Remove cycles using depth first cycle removal.
Remove cycles depending on LayeredDigraphLayout.assignLayers determining entirely which links are backwards links.
Remove cycles using greedy cycle removal.
This enumeration specifies how LayeredDigraphLayout changes the graph to make sure it contains no cycles or loops. Used for LayeredDigraphLayout.cycleRemoveOption.
since
3.0