L-reduction

In computer science, in particular in the study of approximation algorithms, an L-reduction ("linear reduction") is a transformation of optimization problems which linearly preserves approximability features. L-reductions in studies of approximability of optimization problems play a similar role to that of polynomial reductions in the studies of computational complexity of decision problems.

The term L reduction is sometimes used to refer to log-space reductions, by analogy with the complexity class L, but this is a different concept.

Contents

Definition

Let A and B be optimization problems and cA and cB their respective cost functions. A pair of functions f and g is an L-reduction if all of the following conditions are met:

\mathrm{OPT_B}(f(x)) \le \alpha \mathrm{OPT_A}(x),
|\mathrm{OPT_A}(x)-c_A(g(y))| \le \beta |\mathrm{OPT_B}(f(x))-c_B(y)|.

Properties

Let a (1±ε)-approximation algorithm f for a problem A be such that c_\mathrm{A}(f(x)) is at most \varepsilon \cdot \mathrm{OPT_A}(x) away from \mathrm{OPT_A}(x), for every instance x. (In this notation, + implicitly means a minimization problem, and - means a maximization problem.)

The main point of an L-reduction is the following: given a (f,g,α,β) L-reduction from problem A to problem B, and a (1±ε)-approximation algorithm for B, we obtain a polynomial-time (1±δ)-approximation algorithm for A where \delta = \alpha \beta \varepsilon.[1][2] This implies that if B has a polynomial-time approximation scheme then so does A.

See also

References

  1. ^ Kann, Viggo (1992). On the Approximability of NP-complete Optimization Problems. Royal Institute of Technology, Sweden. ISBN 91-7170-082-X. 
  2. ^ Christos H. Papadimitriou; Mihalis Yannakakis (1988). "Optimization, Approximation, and Complexity Classes". STOC '88: Proceedings of the twentieth annual ACM Symposium on Theory of Computing. doi:10.1145/62212.62233.