I understood that we can apply FPTAS to the weak NP problems like 0-1 knapsack.
But why we cant apply the same principal to the strong NP problems like bin packing.I also checked wiki page about the same but understood very less.
I understood that we can apply FPTAS to the weak NP problems like 0-1 knapsack.
But why we cant apply the same principal to the strong NP problems like bin packing.I also checked wiki page about the same but understood very less.
If a stongly NP complete problem had an FPTAS, you could "trick" the approximation algorithm into giving an optimal solution. Details are here: http://www.idi.ntnu.no/~mlh/algkon/complexity.pdf
The existence of this FPTAS would give a polynomial time algorithm for NP-complete problem.