EdmondsKarpEdge<T> constructor
EdmondsKarpEdge<T> (
- T source,
- T target,
- num capacity
Implementation
EdmondsKarpEdge(this.source, this.target, this.capacity) : flow = 0;