Package sbrt.kernel.math.graph_theory.proc

Provides classes and interfaces for performing graph theoretical processes.

See:
          Description

Class Summary
CycleIdProcess<N> This class is used to identify all the simple cycles in a directed graph.
PathIdProcess<N> This class is used to identify all the simple paths in a directed graph.
 

Package sbrt.kernel.math.graph_theory.proc Description

Provides classes and interfaces for performing graph theoretical processes.