Package edu.uci.ics.jung.algorithms.flows

Methods for calculating properties relating to network flows (such as max flow/min cut).

See:
          Description

Class Summary
EdmondsKarpMaxFlow<V,E> Implements the Edmonds-Karp maximum flow algorithm for solving the maximum flow problem.
 

Package edu.uci.ics.jung.algorithms.flows Description

Methods for calculating properties relating to network flows (such as max flow/min cut).



Copyright © 2009. All Rights Reserved.