Public Event Scheduling with Busy Agents
Bo Li, Lijun Li, Minming Li, Ruilong Zhang
TL;DR
This work addresses Public Event Scheduling with Busy Agents (PESBA), where the goal is to maximize aggregate agent attendance by jointly scheduling events and agents’ preemptive tasks. The authors prove NP-hardness even in a restricted setting and develop a spectrum of algorithms that achieve provable guarantees under different timeline regimes, leveraging submodular optimization and matroid structure. For polynomially bounded timelines, a greedy approach yields a $\frac{1}{2}$-approximation, with a $1-\frac{1}{e}$-approximation achievable through submodular maximization with matroids; for arbitrary timelines, they extend a one-event approximation to a $\frac{1}{\alpha+1}$-approximation for multiple events, attaining $\frac{1}{2}$ in the end via an optimal one-event solver. A key contribution is the polynomial-time computation of the agreement function via min-cost max-flow and the identification of a scheduling matroid underpinning submodularity, enabling scalable, principled approximation frameworks with clear guarantees.
Abstract
We study a public event scheduling problem, where multiple public events are scheduled to coordinate the availability of multiple agents. The availability of each agent is determined by solving a separate flexible interval job scheduling problem, where the jobs are required to be preemptively processed. The agents want to attend as many events as possible, and their agreements are considered to be the total length of time during which they can attend these events. The goal is to find a schedule for events as well as the job schedule for each agent such that the total agreement is maximized. We first show that the problem is NP-hard, and then prove that a simple greedy algorithm achieves $\frac{1}{2}$-approximation when the whole timeline is polynomially bounded. Our method also implies a $(1-\frac{1}{e})$-approximate algorithm for this case. Subsequently, for the general timeline case, we present an algorithmic framework that extends a $\frac{1}α$-approximate algorithm for the one-event instance to the general case that achieves $\frac{1}{α+1}$-approximation. Finally, we give a polynomial time algorithm that solves the one-event instance, and this implies a $\frac{1}{2}$-approximate algorithm for the general case.
