101102103104105106107108109110111
} } // remove all decorations added during the DFS cleanup(); // get ready to return the cycle. cycleIterator_ = theCycle.elements(); } /** * As new vertices are visited, they are added to the prospective * cyclic path.
99100101102103104105106107108109