NeFut Logo NeFut
Admin Login

[CS.AI] CP-WSP: A Revolutionary Framework for Configurable Workforce Scheduling

Published at: 2026-07-08 22:00 Last updated: 2026-07-09 03:23
#algorithm #optimization #C++

Abstract

Workforce scheduling is an NP-hard combinatorial optimization problem that requires simultaneous satisfaction of labor regulations, coverage requirements, employee preferences, and operational objectives. Existing CP formulations typically model simplified instances with 6-12 constraints and critically lack explicit support for:

This paper presents CP-WSP: a declarative CP-SAT framework enforcing 14 hard constraints as mathematically inviolable requirements (zero regulatory violations by construction) while optimizing 15 soft objectives through a unified weighted penalty function—all configurable via a JSON specification with no code changes required. Key contributions include:

Evaluated on INRC-II benchmarks at both hourly and shift-level granularity and on 36 synthetic configurations.

Blogger's Review: The CP-WSP framework shows significant advancements in tackling workforce scheduling challenges, especially in managing complex constraints and multi-objective optimization. Its configurability and no-code change feature make it highly flexible and practical for real-world applications, warranting further promotion and adoption.

Original Source: https://arxiv.org/abs/2607.05177

[h] Back to Home