Why it matters
PTAS/FPTAS give best approximation guarantees. Understanding shapes what's provably achievable.
Advertisement
The architecture
PTAS: (1+ε) approx, poly(n) time.
FPTAS: poly(n, 1/ε).
Advertisement
How it works end to end
FPTAS for knapsack: rounding based.
PTAS for Euclidean TSP.
APX-hardness: rule out PTAS.
Practical trade-off: smaller ε = slower.