I have the following two facts about the Bin Packing Problem that seemingly proves that P=NP !
Let FFD denote the First Fit Decreasing approximation algorithm for the BP problem. Then, we have the following facts:
1. No approximation algorithm for BP can have approx. ratio < 3/2 unless P=NP.
2. According to Johnson 1974, the FFD has performance
FFD(I)=(11/9)OPT(I)+4.
Therefore, the FFD algo. has approx ration
FFD(I)/OPT(I)=(11/9)+4/(OPT(I)),
and for any I such that OPT(I)>(72/5) we have FFD(I)/OPT(I)