pith. sign in

arxiv: 1812.02300 · v2 · pith:MOHRJMRHnew · submitted 2018-12-05 · 💻 cs.OH

Solving High Volume Capacitated Vehicle Routing Problem with Time Windows using Recursive-DBSCAN clustering algorithm

classification 💻 cs.OH
keywords nodesnumberrecursive-dbscansolutionsalgorithmapproachbelowcapacitated
0
0 comments X
read the original abstract

This paper introduces a new approach to improve the performance of the Capacitated Vehicle Routing Problem with Time Windows (CVRPTW) solvers for a high number of nodes. It proposes to cluster nodes together using Recursive-DBSCAN - an algorithm that recursively applies DBSCAN until clusters below the preset maximum number of nodes are obtained. That approach leads to 61% decrease in runtimes of the CVRPTW solver as benchmarked against Google Optimization Tools, while the difference of total distance and number of vehicles used by found solutions is below 7%. The improvement of runtimes with the Recursive-DBSCAN method is because of splitting the node-set into constituent clusters, which limits the number of solutions checked by the solver, consequently reducing the runtime. The proposed method consumes less memory and is able to find solutions for problems up to 5000 nodes, while the baseline Google Optimisation Tools solves problems up to 2000 nodes.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Relay-Based Coordination for Energy-Efficient Multi-Robot Pickup and Delivery

    cs.RO 2025-09 unverdicted novelty 6.0

    VCST-RCP reduces multi-robot delivery fleet travel distance by 31% on average by routing packages through a Voronoi-constrained Steiner tree relay backbone rather than direct source-to-destination paths.