A Metric Hybrid Planning Approach to Solving Pandemic Planning Problems with Simple SIR Models
Ari Gestetner, Buser Say
TL;DR
Problem: design continuous-time lockdown schedules within an SIR-based pandemic model to keep infections and removals under thresholds. Approach: formalize as a metric hybrid planning problem $\Pi$ and solve with SCIPPlan, incorporating a lockdown-dependent infection rate $b(a_{1})$ and domain-specific valid inequalities. Contributions: finiteness and correctness guarantees for SCIPPlan in this setting and extensive experiments showing substantial runtime reductions from valid inequalities and improvements from variable step durations. Significance: demonstrates an exact, continuous-time planning framework for pandemic mitigation that leverages closed-form SIR solutions and constraint-generation, with potential applicability to related social-physics planning problems.
Abstract
A pandemic is the spread of a disease across large regions, and can have devastating costs to the society in terms of health, economic and social. As such, the study of effective pandemic mitigation strategies can yield significant positive impact on the society. A pandemic can be mathematically described using a compartmental model, such as the Susceptible Infected Removed (SIR) model. In this paper, we extend the solution equations of the SIR model to a state transition model with lockdowns. We formalize a metric hybrid planning problem based on this state transition model, and solve it using a metric hybrid planner. We improve the runtime effectiveness of the metric hybrid planner with the addition of valid inequalities, and demonstrate the success of our approach both theoretically and experimentally under various challenging settings.
