Maximizing Weighted Dominance in the Plane
Data Structures and Algorithms
2024-11-28 v1 Computational Geometry
Abstract
Let P be a set of n weighted points, Q be a set of m unweighted points in the plane, and k a non-negative integer. We consider the problem of computing a subset with size at most k such that the sum of the weights of the points of P dominated by at least one point in the set Q' is maximized. A point q in the plane dominates another point p if and only if and , and at least one inequality is strict. We present a solution to the problem that takes O(n + m)-space and -time. We (conditionally) improve upon the existing result (the bounds of our solution are interesting when . Moreover, we also present a simple algorithm solving the problem in -time and -space. The bounds of the algorithm are interesting when .
Cite
@article{arxiv.2405.15811,
title = {Maximizing Weighted Dominance in the Plane},
author = {Waseem Akram and Sanjeev Saxena},
journal= {arXiv preprint arXiv:2405.15811},
year = {2024}
}