Content deleted Content added
corrected error |
m WP:BHGbot 6 (List 5): eponymous category first, per MOS:CATORDER; WP:GENFIXES |
||
Line 16:
:A parameterized problem {{mvar|L}} is ''fixed-parameter tractable'' if the question “<math>(x, k) \in L</math>?” can be decided in running time <math>f(k) \cdot |x|^{O(1)}</math>, where {{mvar|f}} is an arbitrary function depending only on {{mvar|k}}. The corresponding complexity class is called '''FPT'''.
For example, there is an algorithm which solves the vertex cover problem in <math>O(kn + 1.274^k)</math> time,
== Complexity classes ==
Line 81:
=== para-NP ===
'''para-NP''' is the class of parameterized problems that can be solved by a [[
A problem is '''para-NP-hard''' if it is <math>\text{NP}</math>-hard already for a constant value of the parameter. That is, there is a "slice" of fixed <math>k</math> that is <math>\text{NP}</math>-hard. A parameterized problem that is <math>\text{para-NP}</math>-hard cannot belong to the class <math>\text{XP}</math>, unless <math>\text{P}=\text{NP}</math>. A classic example of a <math>\text{para-NP}</math>-hard parameterized problem is [[
=== A hierarchy ===
Line 200:
* [http://www.sprg.uniroma2.it/home/cesati/research/compendium/ Compendium of Parameterized Problems]
[[Category:Computational complexity theory]]▼
[[Category:Parameterized complexity| ]]
▲[[Category:Computational complexity theory]]
|