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.
-
Field Summary 
Fields
private final double
private double
private final int
private final int
-
Constructor Summary 
Constructors
FlowEdge(int v,
int w,
double capacity,
double flow)
-
Method Summary 
void
double
double
int
static void
int
double
int
-
Field Details 
-
Constructor Details 
-
FlowEdge 
public FlowEdge(int v,
int w,
double capacity)
-
FlowEdge 
public FlowEdge(int v,
int w,
double capacity,
double flow)
-
FlowEdge 
-
Method Details 