User Tools

Site Tools


ags:fpt

Fixed Parameter Tractable Algorithms

People: Christine Dahn

Definition

An algorithm is called fixed parameter tractable (short: FPT) if its running time can be decomposed as follows: f(k) · n^c, where n is the size of the input (e.g. number of nodes/ edges of a graph), k is a parameter, which depends on the input (typically either the size of the solution sought after, or a number describing how structured the input instance is, e.g. crossing number or treewidth), f(.) is a computable function, and c is a constant. The overall goal in parameterized algorithmics is to develop fixed parameter tractable algorithms for a given problem with a specific parameter k, and to improve thereon by lowering the factor f(k) and/or the constant c.

ags/fpt.txt · Last modified: 2022/05/09 18:51 by christine.dahn

Page Tools