V
- the graph vertex typeE
- the graph edge typeMatchingAlgorithm
directly@Deprecated public interface WeightedMatchingAlgorithm<V,E> extends MatchingAlgorithm<V,E>
MatchingAlgorithm
MatchingAlgorithm.Matching<E>, MatchingAlgorithm.MatchingImpl<E>
DEFAULT_EPSILON
Modifier and Type | Method and Description |
---|---|
double |
getMatchingWeight()
Deprecated.
Use
MatchingAlgorithm.computeMatching() instead. |
computeMatching, getMatching
@Deprecated double getMatchingWeight()
MatchingAlgorithm.computeMatching()
instead.Copyright © 2017. All rights reserved.