- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
多色点集直线划分的复杂性及其近似算法-计算机工程
第41卷 第2期 计 算 机 工 程 2015年2月
Vol.41 No.2 Computer Engineering February2015
·开发研究与工程应用 · 文章编号:1000-3428(2015)02-0298-05 文献标识码:A 中图分类号:TP301.6
多色点集直线划分的复杂性及其近似算法
陈崇琛,Rudolf Fleischer
(复旦大学计算机科学技术学院,上海201203)
摘 要:多色点集划分研究如何将含有不同颜色点的平面划分为各个区域,每个区域中只包含一种颜色的点。 这是
计算几何中的一种组合优化问题。 但是现有的多边形划分方式性能较差。 为此,提出用直线来划分平面。 针对平面
上多色点集的直线划分,将其离散化,证明其可以被非确定性图灵机在多项式时间内判定。 并将Max2SAT 问题在多
项式时间内归约到组合优化问题,证明多色点集直线划分为NP难,从而证明其是NP完全的。 利用最优化版本的特
有性质,运用贪心方法构造出多项式时间的近似算法,并L归约到Setcover 问题,以此证明算法的近似比为O(lgn)。
关键词:计算几何;计算复杂性;近似算法;划分算法;组合优化;NP完全
中文引用格式:陈崇琛,Rudolf Fleischer.多色点集直线划分的复杂性及其近似算法[J].计算机工程,2015,41(2):
298-302.
英文引用格式:Chen Chongchen,RudolfFleische.Complexity ofMulti-coloredPoint SetPartitionwith StraightLineand
ItsApproximation Algorithm[J].Computer Engineering,2015,41(2):298-302.
Complexity of Multi-colored Point Set Partition with Straight Line
and Its Approximation Algorithm
CHEN Chongchen,Rudolf Fleischer
(School of Computer Science,Fudan University,Shanghai201203,China)
【Abstract】 Partitioning multi-colored point set into monochromatic parts is an optimization problem in computational
geometry.It focuses on how to dissect the plan with polychrome points into regions with monochrome points.But the
approach of partitioning with polygon cannot get good partition results now.This paper comes up with an approach of
partitioning with straight line.Thisproblem is discredited to prove that non-deterministic turing machine can decide this
problem.It reduces Max2SAT problem to this problem in polynomial time,and proves that it is NP-hard.Then multi-
colored point set is partitioned into monochroma
文档评论(0)