Interface | Description |
---|---|
FlowAlgorithm |
Defines algorithm used to compute maximum flow.
|
Class | Description |
---|---|
EdmondsKarpAlgorithm | |
FlowAlgorithmBase |
Base for flow algorithms.
|
FordFulkersonAlgorithm |
The Ford-Fulkerson algorithm to compute maximum flow.
|