Content deleted Content added
m robot Adding: de:LP-Relaxation |
claenup |
||
Line 1:
In mathematics, the '''LP-relaxation''' of a [[
That is, for each constraint of the form
:<math>x_i\in\{0,1\}</math>
of the original integer program, we instead use a pair of linear constraints
:<math>0 \le x_i \le 1.</math>
The resulting relaxation is a [[linear program]], hence the name.
==Using the LP-relaxation to solve the original integer program==
The LP-relaxation of an integer program may be solved using any standard linear programming technique. If the optimal solution to the linear program happens to have all variables either 0 or 1, it will also be an optimal solution to the original integer program. However, this is generally not true, except for some special cases (e.g.,
problems with [[totally unimodular]] matrix specifications.)
If
For any subproblem in this process, the LP relaxation provides a valid bound on the solution quality of the optimal integer solution. Therefore, if a subproblem's LP relaxation has a solution quality that is not better than the best integer solution found so far, that branch of the search may be pruned without further searching.
==References==
|