There is a newer version of the record available.

Published March 1, 2023 | Version v0.1.0
Software Open

PyVRP/PyVRP: v0.1.0

  • 1. ORTEC

Description

First public release

PyVRP is a Python package that implements Hybrid Genetic Search as a state-of-the-art Vehicle Routing Problem (VRP) solver. The package is designed for the VRP with Time Windows (VRPTW), but can be easily extended to support other VRP variants. PyVRP combines the flexibility of Python with the performance of C++, by implementing performance critical parts of the algorithm in C++, while being fully customisable at the Python level. PyVRP is a polished implementation of the algorithm that ranked 1st in the 2021 DIMACS VRPTW Challenge and, after improvements, ranked 1st on the static variant of the EURO Meets NeurIPS 2022 Vehicle Routing Competition. The code follows good software engineering practices, and is well-documented and unit tested. PyVRP is freely available under the liberal MIT license.

Files

PyVRP/PyVRP-v0.1.0.zip

Files (2.8 MB)

Name Size Download all
md5:480471be23eaf146e5d0698203241742
2.8 MB Preview Download

Additional details

Related works

Is supplement to
Software: https://github.com/PyVRP/PyVRP/tree/v0.1.0 (URL)