0

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.

Diosney
  • 10,520
  • 15
  • 66
  • 111

1 Answers1

2

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.

Tom Swifty
  • 2,864
  • 2
  • 16
  • 25