最小割与顶点分隔子问题

The min-cut and vertex separator problem

Computational Optimization and Applications · 2017
被引 21
ABS 3

中文导读

研究图的三划分问题,目标是最小化前两个划分集之间的边数并控制第三块大小,提出基于2n+1阶矩阵的半定松弛新方法,可计算中等规模图(n≤300)的强界,并用于估计顶点分隔子的大小。

Abstract

We consider graph three-partitions with the objective of minimizing the number of edges between the first two partition sets while keeping the size of the third block small. We review most of the existing relaxations for this min-cut problem and focus on a new class of semidefinite relaxations, based on matrices of order 2n + 1 which provide a good compromise between quality of the bound and computational effort to actually compute it. Here, n is the order of the graph. Our numerical results indicate that the new bounds are quite strong and can be computed for graphs of medium size (n 300) with reasonable effort of a few minutes of computation time. Further, we exploit those bounds to obtain bounds on the size of the vertex separators. A vertex separator is a subset of the vertex set of a graph whose removal splits the graph into two disconnected subsets. We also present an elegant way of convexifying nonconvex quadratic problems by using semidefinite programming. This approach results with bounds that can be computed with any standard convex quadratic programming solver.

图论组合优化半定规划图划分二次规划