paper-with-me

홈 › Papers

Infeasibility Aware Large Language Models for Combinatorial Optimization

2026-04-01 · Yakun Wang, Min Chen, Zeguan Wu, Junyu Liu, Sitao Zhang, Zhenwen Shao arxiv

Large language models (LLMs) are increasingly explored for NP-hard combinatorial optimization problems, but most existing methods emphasize feasible-instance solution generation and do not explicitly address infeasibility detection. We propose an infeasibility-aware framework that combines certifiable dataset construction, supervised fine-tuning, and LLM-assisted downstream search. For the minor-embedding problem, we introduce a new mathematical programming formulation together with provable zero-phase infeasibility screening, which enables scalable construction of training instances labeled either as feasible with structured certificates or as certifiably infeasible. Using training data generated through this exact optimization pipeline, we show that an 8B-parameter LLM can be fine-tuned to jointly perform solution generation and infeasibility detection. We further utilize LLM outputs as warm starts for downstream local search, providing a practical way to accelerate optimization even when the LLM outputs are imperfect. Experiments show that our fine-tuned model improves overall accuracy by up to 30\% over GPT-5.2; meanwhile LLM-guided warm starts provide up to $2\times$ speedup compared with starting from scratch in downstream local search.

📄 PDF Abstract BibTeX arXiv:2604.01455

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

An Expandable Machine Learning-Optimization Framework to Sequential Decision-Making

2023-11-12 · Dogacan Yilmaz, İ. Esra Büyüktahtakın

We present an integrated prediction-optimization (PredOpt) framework to efficiently solve sequential decision-making problems by predicting the values of binary decision variables in an optimal solution. We address the k…

Combinatorial OptimizationDecision MakingDecoderSequential Decision Making

AWARE-US: Preference-Aware Infeasibility Resolution in Tool-Calling Agents

2026-01-06 · Mehmet Kurmaz arxiv

Tool-calling conversational agents querying structured databases often face two linked failures: underspecification (missing constraints needed for a precise query) andinfeasibility (a fully specified query returns anemp…

Elastic ODYN: Differentiable Optimization for Infeasible Control and Learning in Robotics

2026-06-15 · Aristotelis Papatheodorou, Jose Rojas, Ioannis Havoutis, Carlos Mastalli arxiv

Robotic systems routinely encounter conflicting objectives, modeling errors, and degenerate contact conditions that render quadratic programs (QPs) infeasible. Yet most optimization solvers and differentiable QP layers a…

Diagnosing Infeasible Optimization Problems Using Large Language Models

2023-08-23 · Hao Chen, Gonzalo E. Constante-Flores, Can Li

Decision-making problems can be represented as mathematical optimization models, finding wide applications in fields such as economics, engineering and manufacturing, transportation, and health care. Optimization models …

ChatbotDecision MakingFew-Shot Learning

Multi-Objective Infeasibility Diagnosis for Routing Problems Using Large Language Models

2025-08-05 · Kai Li, Ruihao Zheng, Xinye Hao, Zhenkun Wang arxiv

In real-world routing problems, users often propose conflicting or unreasonable requirements, which result in infeasible optimization models due to overly restrictive or contradictory constraints, leading to an empty fea…