If it were possible to efficiently solve a large NP-complete problem, the solution to which real-world problem would have the largest positive impact?
I'm interested in actual, concrete problems where a solution would have a real, obvious, and positive impact. I'm not interested in (except in-so-far-as the real-world problem can be re-formulated as) the theoretical "toy" problems (travelling salesman, subgraph isomorphism, subset sum, etc.).
Once in a while a breakthrough happen in these areas and some problems are now become simple but that doesn't meant they solved a NP problem, that means they have discovered that the problem was not NP complete problem. So if you really want to solve the real world problems you would basically find some insight in that specific problem which would make it efficient to solve that particular problem but it wont mean that you solved a NP problem, it would just mean that you proved that the problem is not NP problem.