AILGApr 1

Infeasibility Aware Large Language Models for Combinatorial Optimization

arXiv:2604.0145567.0h-index: 1
AI Analysis

This addresses a critical bottleneck for researchers and practitioners using LLMs in NP-hard optimization problems, though it is incremental by focusing on a specific aspect of existing methods.

The paper tackles the problem of large language models (LLMs) failing to detect infeasibility in combinatorial optimization by proposing an infeasibility-aware framework, resulting in up to 30% accuracy improvement over GPT-5.2 and up to 2x speedup in downstream search.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes