DinicsEdge<T> constructor

DinicsEdge<T>(
  1. T source,
  2. T target,
  3. num capacity
)

Implementation

DinicsEdge(this.source, this.target, this.capacity) : flow = 0;