V - vertex concept typeE - edge concept typepublic interface MaximumFlowAlgorithm<V,E>
| Modifier and Type | Interface and Description | 
|---|---|
static interface  | 
MaximumFlowAlgorithm.MaximumFlow<V,E>  | 
static class  | 
MaximumFlowAlgorithm.MaximumFlowImpl<V,E>  | 
| Modifier and Type | Method and Description | 
|---|---|
MaximumFlowAlgorithm.MaximumFlow<V,E> | 
buildMaximumFlow(V source,
                V sink)
Builds maximum flow for the supplied network flow, for the supplied
 ${source} and ${sink} 
 | 
MaximumFlowAlgorithm.MaximumFlow<V,E> buildMaximumFlow(V source, V sink)
source - source of the flow inside the networksink - sink of the flow inside the networkCopyright © 2016. All rights reserved.