DescriptionAU: Cycle Breaker for directed graphs.
A new class CycleBreaker that uses Johnson's elementary circuit
finding algorithm to find cycles in a directed graph. This class goes
beyond Johnson's algorithm to also break them using a simple greedy
algorithm.
Like Johnson's elementary circuit finding algorithm, this is not
intended to find cycles that contain only one node (i.e., a node that
points to itself).
Patch Set 1 #
Total comments: 8
Patch Set 2 : fixes for review #
Total comments: 6
Messages
Total messages: 5 (0 generated)
|