Cost Preserving Dependent Rounding for Allocation Problems
Lars Rohwedder, Arman Rouhani, Leo Wennmann
TL;DR
The paper introduces a cost-preserving dependent rounding framework for allocation problems, delivering Chernoff-like concentration while guaranteeing that the rounded integral solution does not exceed the fractional solution’s cost. By combining a convex-representation-based rounding with a TreeMerge procedure, the authors obtain an integral, degree-preserving solution that preserves total cost and achieves strong concentration on multiple linear functions. They apply this framework to the Budgeted Santa Claus Problem with identical valuations, formulating a two-tier LP (big vs. small resources) and proving an $O(\log n)$-approximation via careful dependent rounding of both resource categories. The approach yields polytime guarantees and polyhedral insights, and paves the way for further work on cost-preservation in other combinatorial settings, including potential extensions to matroid bases and more general allocation problems.
Abstract
We present a dependent randomized rounding scheme, which rounds fractional solutions to integral solutions satisfying certain hard constraints on the output while preserving Chernoff-like concentration properties. In contrast to previous dependent rounding schemes, our algorithm guarantees that the cost of the rounded integral solution does not exceed that of the fractional solution. Our algorithm works for a class of assignment problems with restrictions similar to those of prior works. In a non-trivial combination of our general result with a classical approach from Shmoys and Tardos [Math. Programm.'93] and more recent linear programming techniques developed for the restricted assignment variant by Bansal, Sviridenko [STOC'06] and Davies, Rothvoss, Zhang [SODA'20], we derive a O(log n)-approximation algorithm for the Budgeted Santa Claus Problem. In this new variant, the goal is to allocate resources with different values to players, maximizing the minimum value a player receives, and satisfying a budget constraint on player-resource allocation costs.
