GoXam for WPF v3
GreedyCycleRemovalFindNodeMaxDegDiff Method
Northwoods.GoXam.Layout Namespace > LayeredDigraphLayout Class : GreedyCycleRemovalFindNodeMaxDegDiff Method
Finds a valid node in the network that maximizes outdeg - indeg. The degree difference is computed using valid successors and predecessors. Returns null if no valid node exists. Used by GreedyCycleRemoval.
Syntax
protected virtual LayeredDigraphVertex GreedyCycleRemovalFindNodeMaxDegDiff( 
   LayeredDigraphNetwork network
)

Parameters

network

Return Value

Returns a valid node in the network that maximized outdeg-indeg or null if no valid node exists
See Also

Reference

LayeredDigraphLayout Class
LayeredDigraphLayout Members