Minimum Sum Dipolar Spanning Tree in R^3
Steven Bitner, Ovidiu Daescu

TL;DR
This paper introduces an algorithm for finding a minimum-sum dipolar spanning tree in three-dimensional space, achieving near-optimal complexity and addressing related problems with applications in network design.
Contribution
The paper presents a novel algorithm for the 3D minimum-sum dipolar spanning tree problem with complexity close to planar case solutions, also solving the 3D 2-center problem.
Findings
Algorithm runs in O(n^2 log^2 n) time with O(n^2) space.
Provides a new approach based on intersection of balls tangent to a point.
Results applicable to network hub placement and related geometric problems.
Abstract
In this paper we consider finding a geometric minimum-sum dipolar spanning tree in R^3, and present an algorithm that takes O(n^2 log^2 n) time using O(n^2) space, thus almost matching the best known results for the planar case. Our solution uses an interesting result related to the complexity of the common intersection of n balls in R^3, of possible different radii, that are all tangent to a given point p. The problem has applications in communication networks, when the goal is to minimize the distance between two hubs or servers as well as the distance from any node in the network to the closer of the two hubs. The approach used in this paper also provides a solution to the discrete 2-center problem in R^3 within the same time and space bounds.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComputational Geometry and Mesh Generation · 3D Modeling in Geospatial Applications · Digital Image Processing Techniques
