edu.stanford.math.plex4.bottleneck
public class FordFulkersonEdge extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
double |
bottleneck |
int |
capacity |
int |
delta_minus |
int |
delta_plus |
int |
flow |
int |
rndd_minus |
int |
rndd_plus |
int |
st |
Constructor and Description |
---|
FordFulkersonEdge(int rndd_plus,
int rndd_minus,
int capacity) |
FordFulkersonEdge(int rndd_plus,
int rndd_minus,
int capacity,
double bottleneck) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public int rndd_plus
public int rndd_minus
public int delta_plus
public int delta_minus
public int capacity
public int flow
public int st
public double bottleneck