Package mascoptLib.algos.graph

This package contains algorithms working on graphs.

See:
          Description

Class Summary
OddGomoryHu Provides an algorithm to compute an odd minimum-cut set, using the Gomory-Hu algorithm.
PrimMSTSimple MST Algo, simplified version of mascoptLib.algos.abstractalgos.primMST
STMinCut Provides an algorithm to compute a s-t cut min in a graph.
 

Package mascoptLib.algos.graph Description

This package contains algorithms working on graphs.