使用对偶启发式求解集合覆盖/划分问题的最优解

Optimal Solution of Set Covering/Partitioning Problems Using Dual Heuristics

Management Science · 1990
被引 254
人大 A+FT50UTD24ABS 4*

中文导读

提出一种混合集合覆盖/划分模型的算法,通过对线性规划松弛的对偶应用连续启发式(贪心与3-opt方法)来提供分支定界算法的下界,在测试中比现有最优算法快约3倍至一个数量级。

Abstract

We present an algorithm for a mixed set covering/partitioning model that includes as special cases the well-known set covering problem and set partitioning problem. The novel feature of our algorithm is the use of continuous heuristics applied to the dual of the linear programming relaxation to provide lower bounds for a branch and bound algorithm. The heuristics are continuous adaptations of the well-known greedy and 3-opt methods that have been applied to a variety of combinatorial optimization problems. Our algorithm has outperformed the current best set covering algorithm of Balas and Ho (1980) by about a factor of 3, and appears to improve on the best existing set partitioning algorithm by more than an order of magnitude.

集合覆盖问题集合划分问题对偶启发式分支定界