paper-with-me

Papers

Solver-Verified Formulation Generation and Selection for Multi-Warehouse Inventory Allocation Using Large Language Models

2026-06-28 · Jintao Xu, Yingzheng Ma, Jiong Dong, Yongzhi Qi, Jianshen Zhang, Dongyang Geng, Anni Zhang arxiv

Balance-oriented multi-warehouse inventory allocation is a recurring decision problem in large-scale e-commerce supply chains, in which a fixed replenishment quantity is distributed across warehouses to balance post-allocation inventory coverage while accounting for demand forecasts and heterogeneous allocation constraints. In practice, allocation requirements are often scenario-dependent and expressed in semi-structured or natural-language form rather than as ready-to-solve operations research (OR) formulations. We propose an OR-guided Large Language Model (LLM) for Allocation (ORLA) that uses solver feedback to generate, verify, and select OR formulations. ORLA integrates automatic "Problem-Model-Code (PMC)" generation, learning-based formulation selection, and feasibility restoration. We develop three complementary mixed-integer programming formulation families based on deviation minimization, soft band compliance, and knapsack-inspired allocation, together with solver-ready mixed-integer linear programming reformulations, modular constraint extensions, and a penalty-based relaxation mechanism for infeasible cases. The LLM component generates candidate formulations and executable solver code from textual or semi-structured specifications, while the solver provides verification signals for executability, feasibility, and solution quality. To address instance heterogeneity, ORLA estimates the expected quality of candidate formulations, selects promising candidates, and combines their outputs through score-aware aggregation. Experimental results on 29 production evaluation batches from JD.com show that the best single OR formulation improves allocation accuracy by 3.4 percentage points over the incumbent approach, while the full ORLA framework achieves a 4.5 percentage-point overall improvement and improves allocation accuracy in 26 of the 29 evaluation batches.

📄 PDF Abstract BibTeX arXiv:2606.29366

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Strategy-Aware Optimization Modeling with Reasoning LLMs

2026-05-04 · Ruiqing Zhao, Fengzhi Li, Yuan Zuo, Rui Liu 외 arxiv

Large language models (LLMs) can generate syntactically valid optimization programs, yet often struggle to reliably choose an effective modeling strategy, leading to incorrect formulations and inefficient solver behavior…

MM-OptBench: A Solver-Grounded Benchmark for Multimodal Optimization Modeling

2026-05-12 · Zhong Li, Qi Huang, Yuxuan Zhu, Mohammad Mohammadi Amiri 외 arxiv

Optimization modeling translates real decision-making problems into mathematical optimization models and solver-executable implementations. Although language models are increasingly used to generate optimization formulat…

LLM-Guided Evolutionary Search for Constraint Model Reformulation to Improve Solver Efficiency

2026-07-30 · Kostis Michailidis, Dimos Tsouros, Nguyen Dang, Tias Guns arxiv

Combinatorial problems appear in numerous industrial applications. A common approach is to formulate these problems as declarative constraint models that can subsequently be compiled to and solved by a range of back-end …

Execution-Verified Reinforcement Learning for Optimization Modeling

2026-04-01 · Runda Guan, Xiangqing Shen, Jiajun Zhang, Yifan Zhang 외 arxiv

Automating optimization modeling with LLMs is a promising path toward scalable decision intelligence, but existing approaches either rely on agentic pipelines built on closed-source LLMs with high inference latency, or f…

Reinforcement Learning

Large Language Model for Operations Research Formulation Selection in Multi-Warehouse Inventory Allocation

2026-07-28 · Jintao Xu, Yingzheng Ma, Jiong Dong, Yongzhi Qi 외 arxiv

Multi-warehouse inventory allocation is typically formulated as a mixed-integer programming (MIP) problem, yet no single formulation consistently matches heterogeneous instance-level regimes induced by demand concentrati…