开发者

Impact of solving a Millenium Prize Problem [closed]

开发者 https://www.devze.com 2023-01-29 13:46 出处:网络
Closed. This question is off-topic. It is not currently accepting answers. 开发者_JS百科 Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed. This question is off-topic. It is not currently accepting answers.
开发者_JS百科

Want to improve this question? Update the question so it's on-topic for Stack Overflow.

Closed 10 years ago.

Improve this question

I just learned about P vs NP and the Millenium Prize Problems.

I understand that one Grigory Perelman solved one of the problems but rejected the USD1m prize.

That made me wonder something:

Suppose a computer scientist discovered an algorithm to solve one of the remaining problems (to make it relevant to Stackoverflow, let's use the Travelling Salesman Problem as an example (TSP)) , would it not be wiser for him/her to patent the algorithm and retire rather than settle for that prize money? After all, solving one of maths' important questions should be a big deal.

Or does solving the problems have no useful purposes for the average people other than to advance maths? I doubt this is so because the TSP problem seems to have real-world benefit.

I would appreciate any enlightenment on this complexity (no pun intended) of human behavior.


You'd have to publicly disclose the algorithm in order to patent it, so you might as well collect the prize money too. There's also the possibility that such a breakthrough could be theoretically significant, yet still intractable for all practical purposes. (E.g., a polynomial algorithm for some NP-complete problem is found, but the runtime is still O(n^100)...good luck monetizing that!)

0

精彩评论

暂无评论...
验证码 换一张
取 消