AIAug 21, 2025

R-ConstraintBench: Evaluating LLMs on NP-Complete Scheduling

arXiv:2508.15204v12 citationsh-index: 1
Originality Incremental advance
AI Analysis

This work addresses the reliability of LLMs for high-constraint reasoning in sectors like logistics and IT, though it is incremental as it builds on existing scheduling benchmarks.

The paper tackles the problem of evaluating large language models (LLMs) on NP-complete scheduling tasks under tight constraints, finding that while models perform well on simple precedence constraints, their feasibility collapses when multiple constraint types interact, with limited generalization to real-world scenarios.

Effective scheduling under tight resource, timing, and operational constraints underpins large-scale planning across sectors such as capital projects, manufacturing, logistics, and IT fleet transitions. However, the reliability of large language models (LLMs) when reasoning under high-constraint regimes is insufficiently characterized. To address this gap, we present R-ConstraintBench, a scalable framework that evaluates models on Resource-Constrained Project Scheduling Problems (RCPSP), an NP-Complete feasibility class, while difficulty increases via linear growth in constraints. R-ConstraintBench incrementally increases non-redundant precedence constraints in Directed Acyclic Graphs (DAGs) and then introduces downtime, temporal windows, and disjunctive constraints. As an illustrative example, we instantiate the benchmark in a data center migration setting and evaluate multiple LLMs using feasibility and error analysis, identifying degradation thresholds and constraint types most associated with failure. Empirically, strong models are near-ceiling on precedence-only DAGs, but feasibility performance collapses when downtime, temporal windows, and disjunctive constraints interact, implicating constraint interaction, not graph depth, as the principal bottleneck. Performance on clean synthetic ramps also does not guarantee transfer to domain-grounded scenarios, underscoring limited generalization.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes