A shortest augmenting path method for solving minimal perfect matching problems
β Scribed by Ulrich Derigs
- Publisher
- John Wiley and Sons
- Year
- 1981
- Tongue
- English
- Weight
- 551 KB
- Volume
- 11
- Category
- Article
- ISSN
- 0028-3045
No coin nor oath required. For personal study only.
β¦ Synopsis
Abstract
An efficient procedure for solving minimum weight perfect matching problems is presented. Starting from the empty matching the optimal matching is constructed by successively augmenting along shortest augmenting paths. Such paths can be determined via a special labeling technique. The algorithm is motivated by purely combinatorially natured optimality criteria using the concept of admissible transformations of the cost coefficients. We report on some experience with computer implementations of two different versions of this method and an implementation of Edmonds' BLOSSOMβalgorithm which makes use of Lawler's labeling technique. Though all three methods are comparable with respect to computational complexity the results indicate that the shortest augmenting path method is superior with respect to running time and that even larger problems may be solved in a reasonable amount of time.
π SIMILAR VOLUMES
## Abstract Since the simplex method requires the polyhedron to be in the positive domain, the 1βnorm minimization problems are formulated by substantially increasing the size of the LP problems. This paper presents a simple modification that enables the simplex method to be directly applicable to
## Abstract A cutting plane method for solving concave minimization problems with linear constraints has been advanced by Tui. The principle behind this cutting plane has been applied to integer programming by Balas, Young, Glover, and others under the name of convexity cuts. This paper relates th