由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
EE版 - My solution to this NPC problem (1)
相关主题
My solution to this NPC problem (2)一个奇怪的真空放电的问题
Re: what is NP-hard problem, esp in Commu?Re: NP-hard problem.求教RLC电路阶跃响应
问一个关于exponential function的积分MTTF(mean time to failure)问题
问个truth function transform 的问题Apple HID group面经(Failed)
网上哪里可以找到网络排队论的资料More explanation about NP, NP-Hard and NPC
Erlang of order 2是如何定义的?请教一个概率问题
谁能帮下个paper?急A matlab question!
硬件更新速度快还是软件快?有四门课,不知道改选哪门。。。
相关话题的讨论汇总
话题: x200话题: x100话题: problem话题: cnf话题: half
进入EE版参与讨论
1 (共1页)
r********r
发帖数: 11248
1
1) NP part, that's obvious.
2) NP-hard part: reduce Partition Problem to this Half-3-CNF problem
Construction:
given an input instance of the Parition Problem, a set S of n integers,
we can contruct an instance for Half-3-CNF problem as follows:
for example, if S = {1, 2, 3, 6}, we make a 3-CNF (where * is AND, + is OR)
Q = (x1 + x100 + x200) *
(x2 + x100 + x200) * (x2 + x100 + x200) *
(x3 + x100 + x200) * (x3 + x100 + x200) * (x3 + x100 + x200) *
(x4 + x100 + x200) * (x4 + x10
f*****w
发帖数: 16
2
I think your reduction is not polynomial, because the value of the integers
can be exponential, thus your contructed instance will be exponential
also, even 3CNF requires the three literals be distinct, as pointed out by
wenyia, my original method can still be salvaged, still reduce from 3CNF-SAT:
3CNF-SAT: m clauses C1, C2, ..., Cm
half 3CNF-SAT: m old clauses plus
m clauses of (z1 V z2 V z3)
1. if original problem is satisfiable, set z1, z2, z3 to 0
2. if constructed instance is half sa
1 (共1页)
进入EE版参与讨论
相关主题
有四门课,不知道改选哪门。。。网上哪里可以找到网络排队论的资料
请教个exp(x)的估计问题Erlang of order 2是如何定义的?
要解MILP ( mixed integer linear programming)问题谁能帮下个paper?急
Need help!硬件更新速度快还是软件快?
My solution to this NPC problem (2)一个奇怪的真空放电的问题
Re: what is NP-hard problem, esp in Commu?Re: NP-hard problem.求教RLC电路阶跃响应
问一个关于exponential function的积分MTTF(mean time to failure)问题
问个truth function transform 的问题Apple HID group面经(Failed)
相关话题的讨论汇总
话题: x200话题: x100话题: problem话题: cnf话题: half