A Note on Testing Intersection of Convex Sets in Sublinear Time
Data Structures and Algorithms
2016-12-13 v1 Computational Geometry
Abstract
We present a simple sublinear time algorithm for testing the following geometric property. Let be convex sets in (), such as polytopes, balls, etc. We assume that the complexity of each set depends only on (and not on the number of sets ). We test the property that there exists a common point in all sets, i.e. that their intersection is nonempty. Our goal is to distinguish between the case where the intersection is nonempty, and the case where even after removing many of the sets the intersection is empty. In particular, our algorithm returns PASS if all of the sets intersect, and returns FAIL with probability at least if no point belongs to sets, for any given .
Cite
@article{arxiv.1612.03735,
title = {A Note on Testing Intersection of Convex Sets in Sublinear Time},
author = {Israela Solomon},
journal= {arXiv preprint arXiv:1612.03735},
year = {2016}
}