A Fast Minimum Degree Algorithm and Matching Lower Bound
Abstract
The minimum degree algorithm is one of the most widely-used heuristics for reducing the cost of solving large sparse systems of linear equations. It has been studied for nearly half a century and has a rich history of bridging techniques from data structures, graph algorithms, and scientific computing. In this paper, we present a simple but novel combinatorial algorithm for computing an exact minimum degree elimination ordering in time, which improves on the best known time complexity of and offers practical improvements for sparse systems with small values of . Our approach leverages a careful amortized analysis, which also allows us to derive output-sensitive bounds for the running time of , where is the number of unique fill edges and original edges that the algorithm encounters and is the maximum degree of the input graph. Furthermore, we show there cannot exist an exact minimum degree algorithm that runs in time, for any , assuming the strong exponential time hypothesis. This fine-grained reduction goes through the orthogonal vectors problem and uses a new low-degree graph construction called -fillers, which act as pathological inputs and cause any minimum degree algorithm to exhibit nearly worst-case performance. With these two results, we nearly characterize the time complexity of computing an exact minimum degree ordering.
Cite
@article{arxiv.1907.12119,
title = {A Fast Minimum Degree Algorithm and Matching Lower Bound},
author = {Robert Cummings and Matthew Fahrbach and Animesh Fatehpuria},
journal= {arXiv preprint arXiv:1907.12119},
year = {2023}
}
Comments
17 pages