Package org.graphstream.algorithm.flow
Class EdmondsKarpAlgorithm
java.lang.Object
org.graphstream.algorithm.flow.FlowAlgorithmBase
org.graphstream.algorithm.flow.FordFulkersonAlgorithm
org.graphstream.algorithm.flow.EdmondsKarpAlgorithm
- All Implemented Interfaces:
Algorithm
,FlowAlgorithm
public class EdmondsKarpAlgorithm extends FordFulkersonAlgorithm
-
Constructor Summary
Constructors Constructor Description EdmondsKarpAlgorithm()
-
Method Summary
Modifier and Type Method Description String
defaultResult()
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, setSinkId, setSourceId
-
Constructor Details
-
EdmondsKarpAlgorithm
public EdmondsKarpAlgorithm()
-
-
Method Details
-
defaultResult
- Overrides:
defaultResult
in classFordFulkersonAlgorithm
-