paper-with-me

Papers

MIP-GNN: A Data-Driven Framework for Guiding Combinatorial Solvers

2022-05-27 · Elias B. Khalil, Christopher Morris, Andrea Lodi

Mixed-integer programming (MIP) technology offers a generic way of formulating and solving combinatorial optimization problems. While generally reliable, state-of-the-art MIP solvers base many crucial decisions on hand-crafted heuristics, largely ignoring common patterns within a given instance distribution of the problem of interest. Here, we propose MIP-GNN, a general framework for enhancing such solvers with data-driven insights. By encoding the variable-constraint interactions of a given mixed-integer linear program (MILP) as a bipartite graph, we leverage state-of-the-art graph neural network architectures to predict variable biases, i.e., component-wise averages of (near) optimal solutions, indicating how likely a variable will be set to 0 or 1 in (near) optimal solutions of binary MILPs. In turn, the predicted biases stemming from a single, once-trained model are used to guide the solver, replacing heuristic components. We integrate MIP-GNN into a state-of-the-art MIP solver, applying it to tasks such as node selection and warm-starting, showing significant improvements compared to the default setting of the solver on two classes of challenging binary MILPs.

📄 PDF Abstract BibTeX arXiv:2205.14210

Code (1)

lyeskhalil/mipgnn 공식 구현 pytorch

Tasks

Combinatorial OptimizationGraph Neural Network

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음
BASE 설명 없음

Similar Papers 제목 키워드 기반

Rethinking LLM-Driven Heuristic Design: Generating Efficient and Specialized Solvers via Dynamics-Aware Optimization

2026-01-14 · Rongzheng Wang, Yihong Huang, Muquan Li, Jiakai Li 외 arxiv

Large Language Models (LLMs) have advanced the field of Combinatorial Optimization through automated heuristic generation. Instead of relying on manual design, this LLM-Driven Heuristic Design (LHD) process leverages LLM…

The Remarkable Effectiveness of Combining Policy and Value Networks in A*-based Deep RL for AI Planning

2021-09-29 · Dieqiao Feng, Carla P Gomes, Bart Selman

Despite the tremendous success of applying traditional backtrack-style combinatorial search methods in various NP-complete domains such as SAT and CSP as well as using deep reinforcement learning (RL) to tackle two-playe…

Deep Reinforcement Learningreinforcement-learningReinforcement Learning (RL)

VN-Solver: Vision-based Neural Solver for Combinatorial Optimization over Graphs

2023-08-06 · Mina Samizadeh, Guangmo Tong

Data-driven approaches have been proven effective in solving combinatorial optimization problems over graphs such as the traveling salesman problems and the vehicle routing problem. The rationale behind such methods is t…

Combinatorial Optimization

Recent Advances in Deep Learning for Routing Problems

2022-01-17 · ICLR Track Blog 2022 5 · Anonymous

Developing neural network-driven solvers for combinatorial optimization problems such as the Travelling Salesperson Problem have seen a surge of academic interest recently. This blogpost presents a Neural Combinatorial O…

Combinatorial OptimizationDeep Learning

Learning-Based TSP-Solvers Tend to Be Overly Greedy

2025-02-02 · Xiayang Li, Shihua Zhang

Deep learning has shown significant potential in solving combinatorial optimization problems such as the Euclidean traveling salesman problem (TSP). However, most training and test instances for existing TSP algorithms a…

Combinatorial OptimizationData AugmentationTraveling Salesman Problem