SCCSetComputation.TransitionWalker

"Walks" edges in the digraph.

class SCCSetComputation
interface TransitionWalker {}

Members

Functions

walk
void walk(Indexed x, Indexed y)

"Walks down" an edge <code>(x,y)</code> in the digraph.

Meta