paper-with-me

Papers

Graph-Coarsening Approach for the Capacitated Vehicle Routing Problem with Time Windows

2025-10-25 · Mustafa Mert Özyılmaz arxiv

The Capacitated Vehicle Routing Problem with Time Windows (CVRPTW) is a fundamental NP-hard optimization problem in logistics. Solving large-scale instances remains computationally challenging for exact solvers. This paper introduces a multilevel graph coarsening and refinement strategy that aggregates customers into meta-nodes based on a spatio-temporal distance metric. The reduced problem is solved using both classical heuristics and quantum annealing hardware, then expanded back into the original space with arrival times recomputed and constraint violations recorded. Comprehensive experiments on Solomon benchmarks demonstrate that our method significantly reduces computation time while preserving solution quality for classical heuristics. For quantum solvers, experiments across all 56 Solomon instances at $N=5$ and $N=10$ customers show that coarsening consistently reduces computation time and, on clustered (C-type) instances, simultaneously reduces vehicle count and route duration with no feasibility loss. Coarsening effectiveness is strongly instance-structure dependent: C-type instances achieve %100 post-coarsening feasibility with measurable quality improvements, while narrow-window random (R-type) instances present structural constraints that limit achievable coarsening depth.

📄 PDF Abstract BibTeX arXiv:2510.22329

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Test-Time Search in Neural Graph Coarsening Procedures for the Capacitated Vehicle Routing Problem

2025-10-01 · Yoonju Sim, Hyeonah Kim, Changhyun Kwon arxiv

The identification of valid inequalities, such as the rounded capacity inequalities (RCIs), is a key component of cutting plane methods for the Capacitated Vehicle Routing Problem (CVRP). While a deep learning-based sepa…

GNN-Guided Graph Coarsening and Adaptive QUBO Penalties for the Capacitated Vehicle Routing Problem with Time Windows on a Quantum Annealer

2026-09-04 · Youssef Kamel Rezk, Paweł Gora arxiv

Graph coarsening reduces the large Quadratic Unconstrained Binary Optimization (QUBO) formulations arising when vehicle-routing problems are solved by quantum annealing. Nearby customers with compatible time windows are …

Graph Neural Network

Learning to Deliver: a Foundation Model for the Montreal Capacitated Vehicle Routing Problem

2024-02-28 · Samuel J. K. Chin, Matthias Winkenbach, Akash Srivastava

In this paper, we present the Foundation Model for the Montreal Capacitated Vehicle Routing Problem (FM-MCVRP), a novel Deep Learning (DL) model that approximates high-quality solutions to a variant of the Capacitated Ve…

Language ModellingLarge Language Model

Comparative Analysis of Ant Colony Optimization and Google OR-Tools for Solving the Open Capacitated Vehicle Routing Problem in Logistics

2025-09-30 · Assem Omar, Youssef Omar, Marwa Solayman, Hesham Mansour arxiv

In modern logistics management systems, route planning requires high efficiency. The Open Capacitated Vehicle Routing Problem (OCVRP) deals with finding optimal delivery routes for a fleet of vehicles serving geographica…

Multi-GPU parallel memetic algorithm for capacitated vehicle routing problem

2014-01-21 · Michał Karpiński, Maciej Pacut

The goal of this paper is to propose and test a new memetic algorithm for the capacitated vehicle routing problem in parallel computing environment. In this paper we consider simple variation of vehicle routing problem i…

GPU