Open-source, state-of-the-art vehicle routing problem solver in an easy-to-use Python package.
-
Updated
Nov 13, 2024 - Python
Open-source, state-of-the-art vehicle routing problem solver in an easy-to-use Python package.
Vehicle Routing Problem with Time Windows data from SINTEF (https://www.sintef.no/projectweb/top/vrptw/homberger-benchmark/) with daily updates
Graphical display of the vehicle routing problem
This project focuses on testing and benchmarking various algorithms for the Capacitated Vehicle Routing Problem (CVRP). Specifically, the following methods are being evaluated: Heuristics, Solvers, Metaheuristics
Adaptive large neighbourhood search (and more!) in Python.
NAPALM Driver for Huawei VRP5/VRP8 Routers and Switches
Python package to read and write vehicle routing problem instances.
Penerapan Harris Hawks Optimization Pada Capacitated Vehicle Routing Problem
Capacitated Vehicle Routing Problem data from CVRPLIB (http://vrp.atd-lab.inf.puc-rio.br/index.php/en/) with daily updates
Python REST client and examples for DNA-Evolutions TourOptimizer
Gym environments for logistics tasks that can be described as "Move something from A to B"
Optimizing vehicle routing for efficient delivery of goods to various customer locations while minimizing costs. This project implements algorithms to solve the Capacitated Vehicle Routing Problem (CVRP) using Python and frameworks like Google OR-Tools and the nearest neighbor heuristic, with the latter being used for comparison purposes.
Berth allocation with time-dependent physical limitations on vessels
This program is a solution to the Vehicle Routing Problem for Pickup and Delivery (VRPPD) with constraint on distance travelled by each driver. It efficiently assigns loads to drivers while minimizing total distance travelled using Clark-Wright Savings algorithm
A Python Implementation of a Genetic Algorithm-based Solution to Vehicle Routing Problem with Time Windows
This is my implementation of a branch and price algorithm to solve the humanitarian aid distribution problem. This problem is a VRP with a specific objective function
Add a description, image, and links to the vrp topic page so that developers can more easily learn about it.
To associate your repository with the vrp topic, visit your repo's landing page and select "manage topics."