Overview of the Universe分享 http://blog.sciencenet.cn/u/xshi Essentials of Science and Technology

博文

Hamiltonian Problem

已有 1429 次阅读 2016-12-12 16:34 |系统分类:观点评述

Hamiltonian problem is a typical 'NP complete' problem, 

including both path and circle in graph theory.

 

Its initial minimum maximum time complexity is greater than

n! > 2 ^ p, where n is the order of the graph, p is n polynomial of degree >=2.

You can optimize it, but it will never reduce to < 2 ^ n

because when n increase, its number of possible instances increase exponentially,

resulting its worst case minimum search reaching a stable time complexity of 

more than polynnomial > 2 ^ p. Optimization can save very limited time!

 

If you implement P = NP software, you should stop now because you already know P != NP.

Therefore you will not get a P = NP product. So why do you waste so much time to

produce a useless product?

 

If however you test such a product, the result will not be right

because 'NP complete' class imply a group of instances and it can have 

unlimited samples for some problems. So it is not possible that you test all of them,

you need to test the hardest sample.

 

There is one such best test samle but that sample is very hard to design,

it's implememtation dependent.

 

Finally, decoding is completely dfferent from P = NP. You need take a different strategy

if you want to do so.

 

 

 

 



https://wap.sciencenet.cn/blog-530158-1020258.html

上一篇:Satisfiability Problem and NP Completenss
下一篇:P AND NP RELATED TIME COMPLEXITY
收藏 IP: 203.219.90.*| 热度|

0

该博文允许注册用户评论 请点击登录 评论 (0 个评论)

数据加载中...

Archiver|手机版|科学网 ( 京ICP备07017567号-12 )

GMT+8, 2024-4-27 18:43

Powered by ScienceNet.cn

Copyright © 2007- 中国科学报社

返回顶部