多约束图划分问题的两阶段GRASP算法

Two-phase GRASP for the Multi-Constraint Graph Partitioning problem

Computers and Operations Research · 2024
被引 2
ABS 3

中文导读

提出一种两阶段反应式GRASP启发式算法,求解多约束图划分问题,能在更短时间内达到所有已知最优解,并创建了新的更大规模测试实例。

Abstract

The Multi-Constraint Graph Partitioning (MCGP) problem seeks a partition of the node set of a graph into a fixed number of clusters such that each cluster satisfies a collection of node-weight constraints and the total cost of the edges whose end nodes are in the same cluster is minimized. In this paper we propose a two-phase reactive GRASP heuristic to find near-optimal solutions to the MCGP problem. Our proposal is able to reach all the best known results for state-of-the-art instances, obtaining all the certified optimum values while spending only a fraction of the time in relation to the previous methods. To reach these results we have implemented an efficient computation method applied in the improvement phase. Besides, we have created a new set of larger instances for the MCGP problem and provided detailed results for future comparisons. • Two-phase GRASP approach with a reactive method in the construction of solutions. • Efficient computation of the objective functions saving up to 98% of CPU time. • Reach all the certified optimum results improving the state of the art. • New set of instances with detailed results for future comparison.

图划分启发式算法组合优化计算机科学