- Parameterized complexity
In
computer science , parameterized complexity is a measure of complexity of problems with multiple input parameters. The theory of parameterized complexity was developed in the 1990s by Rod Downey andMichael Fellows . Their 1999 [http://www.springer.com/east/home?SGWID=5-102-22-1519914-0&referer=www.springer.de%2Fcgi-bin%2Fsearch_book.pl%3Fisbn%3D0-387-94883-X&SHORTCUT=www.springer.com/sgw/cda/frontpage/0,11855,5-0-22-1519914-0,00.html monograph] presents an introduction to the field.The theory of parameterized complexity is motivated, among other things, by the observation that there exist several hard problems that (most likely) require exponential runtime when complexity is measured in terms of the input size only, but that are computable in a time that is polynomial in the input size and exponential in a (small) parameter k. Hence, if k is fixed at a small value, such problems can still be considered `tractable' despite their traditional classification as `intractable'.
The existence of efficient, exact, and deterministic solving algorithms for
NP-complete , or otherwiseNP-hard , problems is considered unlikely, if input parameters are not fixed; all known solving algorithms for these problems require time that is exponential in the total size of the input. However, some problems can be solved by algorithms that are exponential only in the size of a fixed parameter while polynomial in the size of the input size. Such an algorithm is called afixed-parameter tractable (fpt-)algorithm, because the problem can be solved efficiently for small values of the fixed parameter.Problems in which some parameter k is fixed are called parameterized problems. A parameterized problem that allows for such an fpt-algorithm is said to be a fixed-parameter tractable problem and belongs to the class , and the early name of the theory of parameterized complexity was fixed-parameter tractability.
Many problems have the following form: given an object and a nonnegative integer , does have some property that depends on ? For instance, for the
vertex cover problem , the parameter can be the number of vertices in the cover. In many applications, for example when modelling error correction, one can assume the parameter to be "small" compared to the total input size. Then it is interesting to see whether we can find an algorithm which is exponential "only" in , and not in the input size.In this way, parameterized complexity can be seen as "two-dimensional" complexity theory. This concept is formalized as follows:
:A "parameterized problem" is a language , where is a finite alphabet. The second component is called the "parameter" of the problem.
:A parameterized problem is "fixed-parameter tractable" if the question “?” can be decided in running time , where is an arbitrary function depending only on . The corresponding complexity class is called FPT.
For example, there is an algorithm which solves the vertex cover problem in time, where is the number of vertices and is the size of the vertex cover. This proves that vertex cover is fixed-parameter tractable with respect to this parameter.
References
*cite book
first=Rod
last=Downey
coauthors=M. Fellows
title=Parameterized complexity
publisher=Springer
year=1999
url=http://www.springer.com/sgw/cda/frontpage/0,11855,5-0-22-1519914-0,00.html?referer=www.springer.de%2Fcgi-bin%2Fsearch_book.pl%3Fisbn%3D0-387-94883-X
isbn = 0-387-94883-X*cite book
author = Flum, J.
coauthors = Grohe, M.
year = 2006
title = Parameterized Complexity Theory
publisher = Springer
url = http://www.springer.com/east/home/generic/search/results?SGWID=5-40109-22-141358322-0
isbn = 978-3-540-29952-3*cite book
first=Rolf
last=Niedermeier
title=Invitation to Fixed-Parameter Algorithms
publisher=Oxford University Press
year=2006
url=http://www.oup.com/uk/catalogue/?ci=9780198566076
isbn = 0-19-856607-7* The Computer Journal. Volume 51, Numbers 1 and 3 (2008). [http://comjnl.oxfordjournals.org/ The Computer Journal] . Special Double Issue on ParameterizedComplexity with 15 survey articles, book review, and a Foreword by Guest Editors R. Downey, M. Fellows and M. Langston.
Wikimedia Foundation. 2010.