| Package | Description |
|---|---|
| org.jgrapht.alg |
Algorithms provided with JGraphT.
|
| org.jgrapht.alg.interfaces |
Algorithm related interfaces.
|
| org.jgrapht.alg.matching |
Algorithms for the computation of matchings.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EdmondsBlossomShrinking<V,E>
Deprecated.
Use
EdmondsBlossomShrinking instead. |
class |
HopcroftKarpBipartiteMatching<V,E>
Deprecated.
Use
HopcroftKarpBipartiteMatching instead. |
class |
KuhnMunkresMinimalWeightBipartitePerfectMatching<V,E>
Deprecated.
Use
KuhnMunkresMinimalWeightBipartitePerfectMatching
instead. |
class |
MaximumWeightBipartiteMatching<V,E>
Deprecated.
Use
MaximumWeightBipartiteMatching instead. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
WeightedMatchingAlgorithm<V,E>
Deprecated.
Use
MatchingAlgorithm directly |
| Modifier and Type | Class and Description |
|---|---|
class |
GreedyWeightedMatching<V,E>
The greedy algorithm for computing a maximum weight matching in an arbitrary graph.
|
class |
PathGrowingWeightedMatching<V,E>
A linear time 1/2-approximation algorithm for finding a maximum weight matching in an arbitrary
graph.
|
Copyright © 2017. All rights reserved.