Abstract: Highlights • We give two nontrivial algorithms to test arboral satisfaction of a point set. • We give a matching lower bound for these algorithms' runtimes. • We extend one of our algorithms to test d-dimensional arboral satisfaction. • We give an integer linear program for the arboral satisfaction problem. • Unfortunately, the linear programming relaxation has an unbounded integrality gap. Abstract A point set P is arborally satisfied if, for any pair of points with no shared coordinates, the box they span contains another point in P . At SODA 2009, Demaine, Harmon, Iacono, Kane, and Pǎtrascu proved a connection between the longstanding dynamic optimality conjecture about binary search trees and the problem of finding the minimum-size arborally satisfied superset of a given 2D point set [1] . We study two basic problems about arboral satisfaction. First, we develop two nontrivial algorithms to test whether a given point set is arborally satisfied. In 2D, both of our algorithms run in O ( n log n ) time, and one of them achieves O ( n ) runtime if the points are presorted; we also show a matching Ω ( n log n ) lower bound in the algebraic decision tree model. In d dimensions, our algorithm runs in O ( d n log n + n log d − 1 n ) time. Second, we study a natural integer linear programming formulation of finding the minimum-size arborally satisfied superset of a given 2D point set, which is equivalent to finding offline dynamically optimal binary search trees. Unfortunately, we conclude that the linear programming relaxation has large integrality gap, making it unlikely to find an approximation algorithm via this approach. Previous article in issue Next article in issue
0 Replies
Loading