| Modifier and Type | Method and Description |
|---|---|
Iterable<FlowEdge> |
FlowNetwork.adj(int v)
Returns the edges incident on vertex v (includes both edges pointing to
and from v).
|
Iterable<FlowEdge> |
FlowNetwork.edges() |
| Modifier and Type | Method and Description |
|---|---|
void |
FlowNetwork.addEdge(FlowEdge e)
Adds the edge e to the network.
|
| Constructor and Description |
|---|
FlowEdge(FlowEdge e)
Initializes a flow edge from another flow edge.
|
Copyright © 2014. All Rights Reserved.