Budget-feasible Egalitarian Allocation of Conflicting Jobs
Sushmita Gupta, Pallavi Jain, A. Mohanapriya, Vikash Tripathi
TL;DR
This work studies Budgeted Conflict-Free Egalitarian Allocation (BCFEA), a fair-division problem that assigns conflict-free task bundles to $k$ agents under per-agent budgets, with the goal of maximizing the worst-off utility. The authors develop a comprehensive complexity and algorithmic framework: BCFEA is NP-hard even for $k=2$, yet becomes tractable under structured inputs (e.g., connected conflict graphs, bounded treewidth, interval/ chordal graphs) and fixed-parameter regimes; they provide exact exponential, FPT, pseudo-polynomial, and bicriteria approximation algorithms. Key contributions include a two-agent dichotomy by connectivity, a suite of parameterized algorithms (by components, treewidth, bundle size, and type count), an exact $ ilde{O}(2^{n})$ algorithm via subset convolution, and a bicriteria FPTAS for bounded-parameter cases. The results connect BCFEA to classical problems (Partition, 3-Coloring, Knapsack, Santa Claus) and establish practical approaches for structured inputs, laying groundwork for future work on additional fairness notions and broader utility models. Overall, the paper advances both the theoretical understanding and algorithmic toolkit for budget-aware, conflict-sensitive fair division.
Abstract
Allocating conflicting jobs among individuals while respecting a budget constraint for each individual is an optimization problem that arises in various real-world scenarios. In this paper, we consider the situation where each individual derives some satisfaction from each job. We focus on finding a feasible allocation of conflicting jobs that maximize egalitarian cost, i.e. the satisfaction of the \nc{individual who is worst-off}. To the best of our knowledge, this is the first paper to combine egalitarianism, budget-feasibility, and conflict-freeness in allocations. We provide a systematic study of the computational complexity of finding budget-feasible conflict-free egalitarian allocation and show that our problem generalizes a large number of classical optimization problems. Therefore, unsurprisingly, our problem is \NPH even for two individuals and when there is no conflict between any jobs. We show that the problem admits algorithms when studied in the realm of approximation algorithms and parameterized algorithms with a host of natural parameters that match and in some cases improve upon the running time of known algorithms.
