V
- the graph vertex typeE
- the graph edge typepublic interface MatchingAlgorithm<V,E>
Modifier and Type | Interface and Description |
---|---|
static interface |
MatchingAlgorithm.Matching<E>
A graph matching.
|
static class |
MatchingAlgorithm.MatchingImpl<E>
A default implementation of the matching interface.
|
Modifier and Type | Field and Description |
---|---|
static double |
DEFAULT_EPSILON
Default tolerance used by algorithms comparing floating point values.
|
Modifier and Type | Method and Description |
---|---|
MatchingAlgorithm.Matching<E> |
computeMatching()
Compute a matching for a given graph.
|
default Set<E> |
getMatching()
Deprecated.
Use
computeMatching() instead. |
static final double DEFAULT_EPSILON
@Deprecated default Set<E> getMatching()
computeMatching()
instead.MatchingAlgorithm.Matching<E> computeMatching()
Copyright © 2017. All rights reserved.