R-ConstraintBench: Evaluating LLMs on NP-Complete Scheduling
By: Raj Jain, Marc Wetter
Potential Business Impact:
Helps computers plan complex projects better.
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.
Similar Papers
Learning to Solve Resource-Constrained Project Scheduling Problems with Duration Uncertainty using Graph Neural Networks
Artificial Intelligence
Makes project plans work even when tasks take longer.
CP-Bench: Evaluating Large Language Models for Constraint Modelling
Artificial Intelligence
Helps computers solve hard puzzles automatically.
Automated Constraint Specification for Job Scheduling by Regulating Generative Model with Domain-Specific Representation
Artificial Intelligence
Helps factories plan production automatically and faster.