We gratefully acknowledge support from
the Simons Foundation and member institutions.
Full-text links:

Download:

Current browse context:

cs.DS

Change to browse by:

References & Citations

DBLP - CS Bibliography

Bookmark

(what is this?)
CiteULike logo BibSonomy logo Mendeley logo del.icio.us logo Digg logo Reddit logo

Computer Science > Data Structures and Algorithms

Title: Practical Minimum Cut Algorithms

Abstract: The minimum cut problem for an undirected edge-weighted graph asks us to divide its set of nodes into two blocks while minimizing the weight sum of the cut edges. Here, we introduce a linear-time algorithm to compute near-minimum cuts. Our algorithm is based on cluster contraction using label propagation and Padberg and Rinaldi's contraction heuristics [SIAM Review, 1991]. We give both sequential and shared-memory parallel implementations of our algorithm. Extensive experiments on both real-world and generated instances show that our algorithm finds the optimal cut on nearly all instances significantly faster than other state-of-the-art algorithms while our error rate is lower than that of other heuristic algorithms. In addition, our parallel algorithm shows good scalability.
Subjects: Data Structures and Algorithms (cs.DS); Distributed, Parallel, and Cluster Computing (cs.DC)
Journal reference: J. Exp. Algorithmics 23: 1.8:1-1.8:22 (2018)
DOI: 10.1145/3274662
Cite as: arXiv:1708.06127 [cs.DS]
  (or arXiv:1708.06127v2 [cs.DS] for this version)

Submission history

From: Alexander Noe [view email]
[v1] Mon, 21 Aug 2017 09:34:13 GMT (296kb,D)
[v2] Sun, 27 Aug 2017 08:25:54 GMT (92kb,D)

Link back to: arXiv, form interface, contact.