E
- the graph edge typepublic static interface MatchingAlgorithm.Matching<E>
Modifier and Type | Method and Description |
---|---|
Set<E> |
getEdges()
Get the edges of the matching.
|
double |
getWeight()
Returns the weight of the matching.
|
Copyright © 2017. All rights reserved.