Beyond Simple Graphs: Neural Multi-Objective Routing on Multigraphs
Abstract
Learning-based methods for routing have gained significant attention in recent years, both in single-objective and multi-objective contexts. Yet, existing methods are unsuitable for routing on multigraphs, which feature multiple edges with distinct attributes between node pairs, despite their strong relevance in real-world scenarios. In this paper, we propose two graph neural network-based methods to address multi-objective routing on multigraphs. Our first approach operates directly on the multigraph by autoregressively selecting edges until a tour is completed. The second model, which is more scalable, first simplifies the multigraph via a learned pruning strategy and then performs autoregressive routing on the resulting simple graph. We evaluate both models empirically, across a wide range of problems and graph distributions, and demonstrate their competitive performance compared to strong heuristics and neural baselines.
Cite
@article{arxiv.2506.22095,
title = {Beyond Simple Graphs: Neural Multi-Objective Routing on Multigraphs},
author = {Filip Rydin and Attila Lischka and Jiaming Wu and Morteza Haghir Chehreghani and Balázs Kulcsár},
journal= {arXiv preprint arXiv:2506.22095},
year = {2026}
}
Comments
Accepted by ICLR 2026, Final Camera-Ready Version. 34 pages, 6 Figures