org.graphstream.algorithm.flow
Class EdmondsKarpAlgorithm

java.lang.Object
  extended by org.graphstream.algorithm.flow.FlowAlgorithmBase
      extended by org.graphstream.algorithm.flow.FordFulkersonAlgorithm
          extended by org.graphstream.algorithm.flow.EdmondsKarpAlgorithm
All Implemented Interfaces:
Algorithm, FlowAlgorithm

public class EdmondsKarpAlgorithm
extends FordFulkersonAlgorithm


Constructor Summary
EdmondsKarpAlgorithm()
           
 
Method Summary
 
Methods inherited from class org.graphstream.algorithm.flow.FordFulkersonAlgorithm
compute
 
Methods inherited from class org.graphstream.algorithm.flow.FlowAlgorithmBase
getCapacity, getCapacity, getCapacity, getCapacityAttribute, getFlow, getFlow, getFlow, getFlowSinkId, getFlowSourceId, getMaximumFlow, init, init, setAllCapacities, setCapacity, setCapacity, setCapacity, setCapacityAttribute, setFlow, setFlow, setFlow
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EdmondsKarpAlgorithm

public EdmondsKarpAlgorithm()


Copyright © 2013. All Rights Reserved.