Programming over Thinking: Efficient and Robust Multi-Constraint Planning
Derrick Goh Xin Deik, Quanyu Long, Zhengyuan Liu, Nancy F. Chen, Wenya Wang

TL;DR
This paper introduces SCOPE, a framework that separates reasoning from code execution in multi-constraint planning, leading to more consistent, efficient, and generalizable solutions with state-of-the-art performance.
Contribution
SCOPE is a novel framework that disentangles reasoning from execution, enabling reusable, deterministic solver functions for multi-constraint planning.
Findings
Achieves 93.1% success on TravelPlanner, a 61.6% improvement over baseline.
Reduces inference cost by 1.4x and time by approximately 4.67x.
Outperforms existing approaches in multi-constraint planning tasks.
Abstract
Multi-constraint planning involves identifying, evaluating, and refining candidate plans while satisfying multiple, potentially conflicting constraints. Existing large language model (LLM) approaches face fundamental limitations in this domain. Pure reasoning paradigms, which rely on long natural language chains, are prone to inconsistency, error accumulation, and prohibitive cost as constraints compound. Conversely, LLMs combined with coding- or solver-based strategies lack flexibility: they often generate problem-specific code from scratch or depend on fixed solvers, failing to capture generalizable logic across diverse problems. To address these challenges, we introduce the Scalable COde Planning Engine (SCOPE), a framework that disentangles query-specific reasoning from generic code execution. By separating reasoning from execution, SCOPE produces solver functions that are…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAI-based Problem Solving and Planning · Constraint Satisfaction and Optimization · Multimodal Machine Learning Applications
