hardnessofapproximation
Hardness of approximation is a subfield of computational complexity that studies how closely optimization problems can be approximated in polynomial time. For a minimization problem, an α-approximation algorithm guarantees a solution whose value is at most α times the optimum; for a maximization problem, the guarantee is at least α times the optimum. The central question is, for each problem, what is the largest α achievable by a polynomial-time algorithm, and what α is provably unattainable unless P=NP or similar complexity assumptions fail.
A core toolkit includes the PCP theorem and gap-introducing reductions, which convert decision problems into optimization
Key results illustrate the landscape of hardness of approximation. For Set Cover, under standard complexity assumptions,
These results establish fundamental limits on algorithmic performance for a wide range of optimization problems and