Title :
Parallel algorithms for the degree-constrained minimum spanning tree problem using nearest-neighbor chains and the heap-traversal technique
Author :
Mao, Li-Jen ; Lang, Sheau-Dong
Author_Institution :
Dept. of Inf. Manage., Yuda Inst. of Bus. Technol., Miaoli, Taiwan
Abstract :
The degree-constrained minimum spanning tree (d-MST) problem attempts to find a minimum spanning tree with an added constraint that no nodes in the tree have a degree larger than a specified integer d. It is known that computing the d-MST is NP-hard for every d in the range 2 ≤ d ≤ (n - 2), where n denotes the total number of nodes. Several approximate algorithms (heuristics) have been proposed in the literature. We have previously proposed three approximate algorithms, IR, TC-RNN, and TC-NNC, for solving the d-MST problem, the last two (TC-RNN and TC-NNC) take advantage of nearest neighbors and their properties. Our experimental results showed that both the TC-RNN and TC-NNC algorithms consistently produce spanning trees with a smaller weight (better quality-of-solution) than that of IR, but using slightly longer execution time. We propose a new heap traversal technique that further improves the time efficiency of TC-RNN and TC-NNC. Our experiments using randomly generated, weighted graphs as inputs show that the TC-NNC algorithm outperforms the other two approximate algorithms in terms of the execution time and quality-of-solution.
Keywords :
parallel algorithms; parallel machines; trees (mathematics); NP-hard; approximate algorithms; degree-constrained minimum spanning tree problem; execution time; experimental results; heap-traversal technique; nearest-neighbor chains; parallel algorithms; parallel computer; randomly generated weighted graphs; Computer science; Heuristic algorithms; Information management; Iterative algorithms; Lagrangian functions; Nearest neighbor searches; Neural networks; Parallel algorithms; Traveling salesman problems; Tree graphs;
Conference_Titel :
Parallel Processing Workshops, 2002. Proceedings. International Conference on
Print_ISBN :
0-7695-1680-7
DOI :
10.1109/ICPPW.2002.1039757