Package algs64

Class FlowEdge

java.lang.Object
algs64.FlowEdge

public class FlowEdge extends Object
The FlowEdge class represents a capacitated edge with a flow in a digraph.

For additional documentation, see Section 7.4 of Algorithms, 4th Edition by Robert Sedgewick and Kevin Wayne.