首页> 外文会议>Algorithms and computation >An Improved Divide-and-Conquer Algorithm for Finding All Minimum κ-Way Cuts
【24h】

An Improved Divide-and-Conquer Algorithm for Finding All Minimum κ-Way Cuts

机译:一种用于查找所有最小κ-Way割的改进的分而治之算法

获取原文
获取原文并翻译 | 示例

摘要

Given a positive integer k and an edge-weighted undirected graph G = (V, E; w), the minimum k-way cut problem is to find a subset of edges of minimum total weight whose removal separates the graph into k connected components. This problem is a natural generalization of the classical minimum cut problem and has been well-studied in the literature.rnA simple and natural method to solve the minimum k-way cut problem is the divide-and-conquer method: getting a minimum k-way cut by properly separating the graph into two small graphs and then finding minimum k'-way cut and k"-way cut respectively in the two small graphs, where k' + k" = k. In this paper, we present the first algorithm for the tight case of k' = 「k/2」 Our algorithm runs in O(n~(4k-1g k)) time and can enumerate all minimum k-way cuts, which improves all the previously known divide-and-conquer algorithms for this problem.
机译:给定一个正整数k和一个边缘加权的无向图G =(V,E; w),最小的k向切问题是找到总权重最小的边的子集,将其去除可将图分成k个相连的分量。这个问题是经典最小割问题的自然概括,并且在文献中已得到充分研究。rn解决最小k割问题的一种简单自然的方法是分治法:获得最小k通过将图正确地分成两个小图,然后分别在两个小图中分别找到最小的k'-way cut和k“ -way cut,其中k'+ k” = k。在本文中,我们提出了k'=“ k / 2”的紧情形的第一个算法。我们的算法在O(n〜(4k-1g k))时间内运行,并且可以枚举所有最小的k向切线,从而提高了解决此问题的所有先前已知的分治算法。

著录项

相似文献

  • 外文文献
  • 中文文献
  • 专利
获取原文

客服邮箱:kefu@zhangqiaokeyan.com

京公网安备:11010802029741号 ICP备案号:京ICP备15016152号-6 六维联合信息科技 (北京) 有限公司©版权所有
  • 客服微信

  • 服务号