Exact algorithm

From HandWiki
Revision as of 20:13, 11 January 2021 by imported>Jport (url)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

In computer science and operations research, exact algorithms are algorithms that always solve an optimization problem to optimality. Unless P = NP, an exact algorithm for an NP-hard optimization problem cannot run in worst-case polynomial time. There has been extensive research on finding exact algorithms whose running time is exponential with a low base.[1] [2]

See also

  • Approximation-preserving reduction
  • APX is the class of problems with some constant-factor approximation algorithm
  • Heuristic algorithm
  • PTAS - a type of approximation algorithm that takes the approximation ratio as a parameter

References