|
|
|
|
|
by aleph_minus_one
435 days ago
|
|
> most problems receive little attention (e.g., to find solvable special cases) after being labeled NP-hard. Since I know quite some people who exactly work on this kind of problem of finding special classes that can be solved in polynomial time, my impression is of course different. But I think it can be said that if some NP-hard problem is very important in practice and there is no easy way to to get around this problem (i.e. it will also be practically relevant in, say, 15 years), the problem will for sure get a lot more attention. This is also the reason why some NP-hard problems are much more researched than others. |
|
Sometimes it's also helpful to look into approximation algorithms, e.g., a good LLL implementation can work wonders for certain problems. But heaven forbid someone obtains an inapproximability result for your problem, then you're really in trouble.