TUM CCSM Commons

Uses of Interface
edu.tum.cs.commons.algo.MaxWeightMatching.IWeightProvider

Packages that use MaxWeightMatching.IWeightProvider
edu.tum.cs.commons.algo Basic algorithms. 
 

Uses of MaxWeightMatching.IWeightProvider in edu.tum.cs.commons.algo
 

Methods in edu.tum.cs.commons.algo with parameters of type MaxWeightMatching.IWeightProvider
 double MaxWeightMatching.calculateMatching(java.util.List<N1> nodes1, java.util.List<N2> nodes2, MaxWeightMatching.IWeightProvider<N1,N2> weightProvider, PairList<N1,N2> matching)
          Calculate the weighted bipartite matching.
 


TUM CCSM Commons

TUM CCSM Commons - 2.7