English

Supplementary Materials to Graph Convolutional Branch and Bound

Machine Learning 2026-04-28 v4 Optimization and Control

Abstract

This article explores the integration of deep learning models into combinatorial optimization pipelines, specifically targeting NP-hard problems. Traditional exact algorithms for such problems often rely on heuristic criteria to guide the exploration of feasible solutions. In this work, we propose using neural networks to learn informative heuristics, most notably, an optimality score that estimates a solution's proximity to the optimum. This score is used to evaluate nodes within a branch-and-bound framework, enabling a more efficient traversal of the solution space. Focusing on the Traveling Salesman Problem, we introduce Concorde, a state-of-the-art solver, and present a hybrid approach called Graph Convolutional Branch and Bound, which augments it with a graph convolutional neural network trained with a novel unsupervised training strategy that facilitates generalization to graphs of varying sizes without requiring labeled data. Empirical results demonstrate the effectiveness of the proposed method, showing a significant reduction in the number of explored branch-and-bound nodes and overall computational time. Some of the results concerning the use of the 1-tree relaxation are in the supplementary materials.

Keywords

Cite

@article{arxiv.2406.03099,
  title  = {Supplementary Materials to Graph Convolutional Branch and Bound},
  author = {Lorenzo Sciandra and Roberto Esposito and Andrea Cesare Grosso and Laura Sacerdote and Cristina Zucca},
  journal= {arXiv preprint arXiv:2406.03099},
  year   = {2026}
}

Comments

Supplementary materials of the Graph Convolutional Branch and Bound paper

R2 v1 2026-06-28T16:54:15.570Z