Package | Description |
---|---|
org.jgrapht.alg.flow |
Flow related algorithms.
|
Modifier and Type | Class and Description |
---|---|
class |
EdmondsKarpMFImpl<V,E>
A flow network is a directed graph
where each edge has a capacity and each edge receives a flow.
|
class |
PushRelabelMFImpl<V,E>
Push-relabel
maximum flow algorithm designed by Andrew V.
|
Copyright © 2016. All rights reserved.