Abstract

As an important problem in graph theory, the minimum-cut (min-cut) problem has various applications in many related fields. Among many acceleration strategies, one commonly used strategy is preprocessing the original graph to facilitate the min-cut calculations. In this paper, an optimal pruned tree-based min-cut acceleration algorithm (PTMA) is proposed for the problem by exploiting the mapping between the cuts and pruned depth-first traversal trees, which has not yet been investigated in the existing work. In different types of dense graphs with an average degree of no less than 10, using efficient dynamic programming-based preprocessing with a time complexity of O(M) (M is the total number of edges), a large number of optimal pruned depth-first traversal trees can be found, which are then used to quickly obtain accurate min-cuts of more than 99.9% node pairs. The algorithm can be used as an effective alternative to existing algorithms, and due to the inherent randomness, it is easy to fine tune the balance between overhead and precision, such as increasing the number of preprocessing passes to improve accuracy.

Full Text
Published version (Free)

Talk to us

Join us for a 30 min session where you can share your feedback and ask us any queries you have

Schedule a call