RVRPGEN - A Realistic VRP instance Generator
In this post I introduce RVRPGEN - A CLI tool designed to ease the generation of geographically grounded synthetic VRP/TSP instances using real-world data.
RVRPGEN is a lightweight Python CLI tool that helps generate realistic synthetic datasets for Vehicle Routing Problems (VRP) and Traveling Salesman Problems (TSP) using real-world data and distance matrices from OpenStreetMap and Project OSRM. The tool is designed to ease the generation of geographically grounded instances for benchmarking and testing VRP/TSP models and algorithms.
