Class MaximumFlowAlgorithm.MaximumFlowImpl<E>

java.lang.Object
org.jgrapht.alg.interfaces.FlowAlgorithm.FlowImpl<E>
org.jgrapht.alg.interfaces.MaximumFlowAlgorithm.MaximumFlowImpl<E>
Type Parameters:
E - the graph edge type
All Implemented Interfaces:
FlowAlgorithm.Flow<E>, MaximumFlowAlgorithm.MaximumFlow<E>
Enclosing interface:
MaximumFlowAlgorithm<V,E>

public static class MaximumFlowAlgorithm.MaximumFlowImpl<E> extends FlowAlgorithm.FlowImpl<E> implements MaximumFlowAlgorithm.MaximumFlow<E>
Default implementation of the maximum flow