public static interface MaxWeightMatching.IWeightProvider<N1,N2>
Modifier and Type | Method and Description |
---|---|
double |
getConnectionWeight(N1 node1,
N2 node2)
Returns the weight of the connection between both nodes.
|
double getConnectionWeight(N1 node1, N2 node2)