求解整数规划问题的拉格朗日松弛法

The Lagrangian Relaxation Method for Solving Integer Programming Problems

Management Science · 1981
被引 2084 · 同刊同年前 1%
人大 A+FT50UTD24ABS 4*

中文导读

综述了拉格朗日松弛法,该方法将复杂整数规划问题分解为易解的子问题,提供下界以加速分支定界算法,适用于路径规划、选址、调度等实际问题。

Abstract

One of the most computationally useful ideas of the 1970s is the observation that many hard integer programming problems can be viewed as easy problems complicated by a relatively small set of side constraints. Dualizing the side constraints produces a Lagrangian problem that is easy to solve and whose optimal value is a lower bound (for minimization problems) on the optimal value of the original problem. The Lagrangian problem can thus be used in place of a linear programming relaxation to provide bounds in a branch and bound algorithm. This approach has led to dramatically improved algorithms for a number of important problems in the areas of routing, location, scheduling, assignment and set covering. This paper is a review of Lagrangian relaxation based on what has been learned in the last decade.

拉格朗日松弛整数规划对偶分支定界