edu.tum.cs.commons.algo
Interface MaxWeightMatching.IWeightProvider<N1,N2>
- Enclosing class:
- MaxWeightMatching<N1,N2>
public static interface MaxWeightMatching.IWeightProvider<N1,N2>
A class providing the weight for a connection between two nodes.
Method Summary |
double |
getConnectionWeight(N1 node1,
N2 node2)
Returns the weight of the connection between both nodes. |
getConnectionWeight
double getConnectionWeight(N1 node1,
N2 node2)
- Returns the weight of the connection between both nodes.
TUM CCSM Commons - 2.7