Line-Constrained $k$-Semi-Obnoxious Facility Location
Vishwanath R. Singireddy, Manjanna Basappa, N. R. Aravind

TL;DR
This paper presents an optimal algorithm for placing multiple semi-obnoxious facilities on a line to maximize net benefit, considering both positive and negative point weights, with improved computational complexity.
Contribution
It introduces an optimal solution for the multi-facility placement problem with weighted points and improves the algorithm's efficiency from $O(n^4k^2)$ to $O(n^3k imes ext{max}( ext{log} n, k))$.
Findings
Optimal placement algorithm with $O(n^4k^2)$ complexity.
Improved algorithm with $O(n^3k imes ext{max}( ext{log} n, k))$ complexity.
Generalizes previous single-facility problem to multiple facilities.
Abstract
Suppose we are given a set of blue points and a set of red points, all lying above a horizontal line , in the plane. Let the weight of a given point be if and if , , and () be the interior of any geometric object . We wish to pack non-overlapping congruent disks , , \ldots, of minimum radius, centered on such that is maximized, i.e., the sum of the weights of the points covered by is maximized. Here, the disks are the obnoxious or undesirable facilities generating nuisance or damage (with quantity equal to ) to…
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 · Facility Location and Emergency Management · Optimization and Packing Problems
