V - the graph vertex typeE - the graph edge typepublic interface WeightedMatchingAlgorithm<V,E> extends MatchingAlgorithm<V,E>
MatchingAlgorithm| Modifier and Type | Method and Description |
|---|---|
double |
getMatchingWeight()
Returns weight of a matching found
|
getMatchingCopyright © 2016. All rights reserved.