FlowEdge<T> constructor

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

Implementation

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