|
|
|
|
|
by foobarian
1520 days ago
|
|
Most NP-complete problems have really good heuristics that come to within a hair of optimal on most useful real-world inputs, e.g. things like integer partitioning, bin packing, traveling salesman, etc. You need really unusual inputs to give an optimal solver a drastic advantage. Case in point, with real-world TSP the fact that the cities are embedded on a plane means their distances have constraints that don't exist in the general problem. |
|
https://en.m.wikipedia.org/wiki/Travelling_salesman_problem (Computational Complexity).