edgeWeight property

num Function(V source, V target) edgeWeight
final

The edge weight used to compute the cut.

Implementation

final num Function(V source, V target) edgeWeight;