Scheduling n jobs on a single machine regarding total earliness and tardiness is characterized via the Graham notations as 1 || sum_j (E_j + T_j). Let me review a bit history of this problem,
First, Garey, M. R., Tarjan, R. E., & Wilfong, G. T. (1998) proved that the problem is NP-hard in the ordinary sense by a reduction from 2-Partition.
Secnod, Wan, L., & Yuan, J. (2013) proved that the problem is NP-hard in the strong sense by a reduction from 3-Partition.
Third, I, again, reduced 2-Partition to the problem by a simpler proof strategy. I also developed a working pseudo-polynomial algorithm.
So, my question is how come it is possible to find a pseudo-polynomial algorithm for a problem that is already proven NP-hard in the strong sense.