由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
CS版 - A question on NP-hard, maybe sound stupid
相关主题
Question: complexity of subset sum请教一个搜索问题
Transportation problem如何模拟multimodal的时间序列数据?
NP 我不行了,大虾帮忙
questions about a NP-hard problemmind execise
@@ Hard drive problem - 大家帮忙看看还有办法吗?谁给一点思路,关于找最小值的问题
想了解一下实际工作中需要解决的 NP-complete 问题?a math poetry zz
max independent set一个问题:关于SAT
问个图的算法What is this course for?
相关话题的讨论汇总
话题: np话题: problem话题: hard话题: complete话题: alg
进入CS版参与讨论
1 (共1页)
k*****e
发帖数: 152
1
I am not good at complexity theory. If some problem is NP-complete, I know th
ere is no polynomial alg. to solve the problem. However, if some problem is N
P-hard, does it mean that there is no polynomial alg. to solve the problem? A
lso, does it mean that the problem is at least NP-complete? Thanks!
r*****y
发帖数: 507
2
I am not good at it too. but here is my understanding.

h
N
A
Yes.
NOT necessary bah.

【在 k*****e 的大作中提到】
: I am not good at complexity theory. If some problem is NP-complete, I know th
: ere is no polynomial alg. to solve the problem. However, if some problem is N
: P-hard, does it mean that there is no polynomial alg. to solve the problem? A
: lso, does it mean that the problem is at least NP-complete? Thanks!

d******y
发帖数: 1039
3
the set of np-complete problems is a true subset of np-hard problems.

【在 r*****y 的大作中提到】
: I am not good at it too. but here is my understanding.
:
: h
: N
: A
: Yes.
: NOT necessary bah.

k*****e
发帖数: 152
4
Thanks you two!

【在 d******y 的大作中提到】
: the set of np-complete problems is a true subset of np-hard problems.
d******y
发帖数: 1039
5
you are welcomed.:)

【在 k*****e 的大作中提到】
: Thanks you two!
l*****g
发帖数: 49
6

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
well, strictly speaking, this is true only if NP != P
most people believe that NP != P.
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
here is a definition for NP-complete:
A decision problem C is NP-complete if
1. it is in NP and
2. it is NP-hard, i.e. every other problem in NP is reducible to it.
So NP-complete is a subset of NP-hard.

here is an example:
given an arbitrary graph, finding its largest clique is NP-hard;
o

【在 k*****e 的大作中提到】
: I am not good at complexity theory. If some problem is NP-complete, I know th
: ere is no polynomial alg. to solve the problem. However, if some problem is N
: P-hard, does it mean that there is no polynomial alg. to solve the problem? A
: lso, does it mean that the problem is at least NP-complete? Thanks!

1 (共1页)
进入CS版参与讨论
相关主题
What is this course for?@@ Hard drive problem - 大家帮忙看看还有办法吗?
B-Spline的B是什么意思想了解一下实际工作中需要解决的 NP-complete 问题?
问个在图中删除边和点的算法问题 (转载)max independent set
计算智能 computational intelligence 算是cs的一种研究方向马?问个图的算法
Question: complexity of subset sum请教一个搜索问题
Transportation problem如何模拟multimodal的时间序列数据?
NP 我不行了,大虾帮忙
questions about a NP-hard problemmind execise
相关话题的讨论汇总
话题: np话题: problem话题: hard话题: complete话题: alg