| FlowEdge Constructor |
| Name | Description | |
|---|---|---|
| FlowEdge(FlowEdge) |
Initializes a flow edge from another flow edge. | |
| FlowEdge(Int32, Int32, Double) |
Initializes an edge from vertex v to vertex w with
the given capacity and zero flow. | |
| FlowEdge(Int32, Int32, Double, Double) |
Initializes an edge from vertex v to vertex w with
the given capacity and flow. |