Tractability
Tractability is a term used to describe the practical solvability of computational problems or models as their size grows. In computer science and mathematics, an algorithm or problem is considered tractable if it can be solved within resource bounds that scale reasonably with input size, typically meaning polynomial time or other feasible growth rates.
A common yardstick is the class P, which consists of problems solvable in polynomial time by a
Parameterized complexity offers a finer notion of tractability. A problem is fixed-parameter tractable (FPT) if it
In optimization and operations research, tractability distinguishes problems that can be solved efficiently from those that
Tractability also encompasses approximate and heuristic approaches that yield near-optimal or good-enough solutions within reasonable time.