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