English

ConstraintBench: Benchmarking LLM Constraint Reasoning on Direct Optimization

Artificial Intelligence 2026-03-02 v2

Abstract

Large language models are increasingly applied to operational decision-making where the underlying structure is constrained optimization. Existing benchmarks evaluate whether LLMs can formulate optimization problems as solver code, but leave open a complementary question. Can LLMs directly produce correct solutions to fully specified constrained optimization problems without access to a solver? We introduce ConstraintBench, a benchmark for evaluating LLMs on direct constrained optimization across 10 operations research domains, with all ground-truth solutions verified by the Gurobi solver. Each task presents a natural-language scenario with entities, constraints, and an optimization objective; the model must return a structured solution that a deterministic verifier checks against every constraint and the solver-proven optimum. We evaluate six frontier models on 200 tasks and find that feasibility, not optimality, is the primary bottleneck. The best model achieves only 65.0% feasibility, yet feasible solutions average 89 to 96% of the Gurobi-optimal objective. No model exceeds 30.5% on joint feasibility and optimality within 0.1% of the solver reference. Per-domain analysis shows large variation in difficulty, with average feasibility spanning from 85.0% in the facility location domain to 0.8% in the crew assignment domain. Further, systematic failure modes include duration constraint misunderstanding, entity hallucination, and a feasibility-optimality decoupling in facility location and vehicle routing where models achieve high feasibility but 0% optimality. ConstraintBench and all evaluation infrastructure will be publicly released.

Keywords

Cite

@article{arxiv.2602.22465,
  title  = {ConstraintBench: Benchmarking LLM Constraint Reasoning on Direct Optimization},
  author = {Joseph Tso and Preston Schmittou and Quan Huynh and Jibran Hutchins},
  journal= {arXiv preprint arXiv:2602.22465},
  year   = {2026}
}

Comments

Preprint. 10 pages, 1 figure, 6 tables. Benchmark and evaluation code will be publicly released

R2 v1 2026-07-01T10:53:04.646Z