| 摘要: |
| 在包含一组相互分离凸多面体的三维空间中为任意两点寻找最短路的问题是NP问题.当凸多面体的个数k任意时,它为指数时间复杂度;而当k=1时,为O(n2)(n为凸多面体的顶点数).文章主要研究了k=2情形下的最短路问题,提出一个在O(n2)时间内解决该问题的算法.所得结果大大优于此情形下迄今为止最好的结果——O(n3 |
| 关键词: 最短路,凸多面体,计算几何,测地线,Voronoi图. |
| DOI: |
| 分类号: |
| 基金项目:本文研究得到国家自然科学基金、国家863高科技项目基金和中国科学院院长特别基金资助. |
|
| The Problem of Shortest Path in 3D Space |
|
SHI Hai-hu
|
| Abstract: |
| The problem of computing the euclidean shortest path between two points in the three dimensional space bounded by a collection of convex disjoint polyhedral obstacles is known to be NP-hard and in exponential time for arbitrarily many obstacles. It can be solved in O(n2) time for single convex polyhedron obstacle (here n is the total number of vertices of polyhedron). In this paper, the author mainly researchs the shortest problem of the case of two convex polyhedral obstacles, and presents an algorithm that solves this problem in O(n2) time, and improves improving significantly previous best result On3logn) for this special case. On the other hand, the author also presents a better result O(∑12i-1n2i) for the problem of shortest path amidst a fixed number of convex polyhedral obstacles. |
| Key words: Shortest path, convex polyhedron, computing geometry, geodesics, Voronoi graph. |