Tractables

From Rest of What I Know
Revision as of 12:10, 24 January 2026 by 136.49.141.179 (talk) (feasible)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Tractables are problems that are both possible and feasible to solve. In Computer Science, this would be problems in P. Programmers and the like do use 'tractable' to describe non-programming straightforward-to-solve things, so this is not unusual.

Likewise, intractables are problems that are either impossible to solve or possible but not practicable.

See Also

Checkables