Algorithms(算法概论) Page.263 Exercises 8.10

Algorithms(算法概论) 

Page.264 Exercises 8.10


8.10. Proving NP-completeness by generalization. For each of the problems below, prove that it is NPcomplete by showing that it is a generalization of some NP-complete problem we have seen in this chapter.


(a) SUBGRAPH ISOMORPHISM: Given as input two undirected graphs G and H, determine whether G is a subgraph of H (that is, whether by deleting certain vertices and edges of H we obtain a graph that is, up to renaming of vertices, identical to G), and if so, return the corresponding mapping of V (G) into V (H).
(b) LONGEST PATH: Given a graph G and an integer g, find in G a simple path of length g.
(c) MAX SAT: Given a CNF formula and an integer g, find a truth assignment that satisfies at least g clauses.
(d) DENSE SUBGRAPH: Given a graph and two integers a and b, find a set of a vertices of G such that there are at least b edges between them.
(e) SPARSE SUBGRAPH: Given a graph and two integers a and b, find a set of a vertices of G such that there are at most b edges between them.
(f) SET COVER. (This problem generalizes two known NP-complete problems.)
(g) RELIABLE NETWORK: We are given two n*n matrices, a distance matrix dij and a connectivity requirement matrix rij , as well as a budget b; we must find a graph G = (f1; 2; : : : ; ng;E) such that (1) the total cost of all edges is b or less and (2) between any two distinct vertices i and j there are rij vertex-disjoint paths. (Hint: Suppose that all dij 's are 1 or 2, b = n, and all rij 's are 2. Which well known NP-complete problem is this?)


Answer:

(a)令图G为一个环,环上的顶点数等于图H的顶点数。那么若G是H的同构子图,则说明H存在Rudrata回路。于是知Rudrata回路事实上是子图同构问题的一个特例。

(b)如果令g=|V| - 1,则得到一条Rudrata路径。

(c)令g为子句的总数,即成SAT。

(d)令b=a(a - 1)/ 2,此时这a个顶点两两相连,于是即成最大团问题。

(e)令b=0,即成最大独立集问题。

(f)显然是最小顶点覆盖的一个推广。

(g)Hint中所描述的特例即是一个TSP。


  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值