由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
CS版 - questions about a NP-hard problem
相关主题
a basic big-oh problem[转载] Re: 请教关于submit paper.
A question on NP-hard, maybe sound stupidwhat is the benefit to register for ACM/IEEE/etc.
@@ Hard drive problem - 大家帮忙看看还有办法吗?Need Help on Facility Location problem
[转载] IPSN'05数据--贫富分化Help: System clock
Theory高手及爱好者们都来贡献一下吧?latex problem
说几句Pseudorandom Number Generator question
Bioinformatics现在怎么样?请教minimum set cover Problem
MobiHoc reviews are outlp_solve 求救! divide by zero error :-(
相关话题的讨论汇总
话题: problem话题: np话题: set话题: each话题: maximum
进入CS版参与讨论
1 (共1页)
h***n
发帖数: 276
1
I happen to think about a problem which is similar to the class of set-cover
problems. Now I describe such a problem as follows:
Given:
- the set to be covered X={x1, x2, x3, ...} and each element of the set X has
the equal weight (say 1 here)
- the collection of set covers {S1, S2, ...}
(below are some new constraints)
- the sets are organized into groups
- there is an upper-bound for the number of sets which can be chosen from each
group, say ci
The problem is how to pick up a collection of se
y***s
发帖数: 294
2
very obvious, from 3-SAT, where each group has a size of 2 and you can
only choose 1.
PS: Actually, proving the simplified special case has been enough for
proving hardness results.

【在 h***n 的大作中提到】
: I happen to think about a problem which is similar to the class of set-cover
: problems. Now I describe such a problem as follows:
: Given:
: - the set to be covered X={x1, x2, x3, ...} and each element of the set X has
: the equal weight (say 1 here)
: - the collection of set covers {S1, S2, ...}
: (below are some new constraints)
: - the sets are organized into groups
: - there is an upper-bound for the number of sets which can be chosen from each
: group, say ci

m****h
发帖数: 261
3
As Yepes said, the problem you defined contains the "Maximum Coverage Problem"
as a special case, and is therefore NP-hard. hehe.

has
each
the
"Maximum
larger

【在 h***n 的大作中提到】
: I happen to think about a problem which is similar to the class of set-cover
: problems. Now I describe such a problem as follows:
: Given:
: - the set to be covered X={x1, x2, x3, ...} and each element of the set X has
: the equal weight (say 1 here)
: - the collection of set covers {S1, S2, ...}
: (below are some new constraints)
: - the sets are organized into groups
: - there is an upper-bound for the number of sets which can be chosen from each
: group, say ci

r****c
发帖数: 2585
4
faint
you have alrady proven the np-hardness, and the log algorithm still works with
minor modification

set-cover
has
each
the
"Maximum
larger
should

【在 y***s 的大作中提到】
: very obvious, from 3-SAT, where each group has a size of 2 and you can
: only choose 1.
: PS: Actually, proving the simplified special case has been enough for
: proving hardness results.

1 (共1页)
进入CS版参与讨论
相关主题
lp_solve 求救! divide by zero error :-(Theory高手及爱好者们都来贡献一下吧?
lineariation problem....help, please说几句
如何在latex下写pseudocode?Bioinformatics现在怎么样?
Some Open Problems in Computational Molecular BiologyMobiHoc reviews are out
a basic big-oh problem[转载] Re: 请教关于submit paper.
A question on NP-hard, maybe sound stupidwhat is the benefit to register for ACM/IEEE/etc.
@@ Hard drive problem - 大家帮忙看看还有办法吗?Need Help on Facility Location problem
[转载] IPSN'05数据--贫富分化Help: System clock
相关话题的讨论汇总
话题: problem话题: np话题: set话题: each话题: maximum