TUM CCSM Commons

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.
 

Method Detail

getConnectionWeight

double getConnectionWeight(N1 node1,
                           N2 node2)
Returns the weight of the connection between both nodes.


TUM CCSM Commons

TUM CCSM Commons - 2.7