Implementation of VRPPDTW using Cplex in Python
-
Updated
Jun 28, 2024 - Python
Implementation of VRPPDTW using Cplex in Python
My Master's Thesis Project - Solving Vehicle Routing Problem with Time Windows using multiple Classic Heuristic, Metaheuristic algorithms (Hybrid Genetic Search (HGS), Guided Local Search (GLS), Ant Colony Optimisation (ACO), Simulated Annealing (SA)), compare result's with each one's results and present it in the graph.
This repository contains the Vehicle Routing Problem with Time Windows and Delivery Robots (VRPTWDR), inspired by the work of Chen et al. (2021). The project uses Java to implement an Adaptive Large Neighborhood Search (ALNS) heuristic for solving the problem and compares the performance with solutions obtained via the Gurobi optimizer.
Add a description, image, and links to the vehicle-routing-problems-with-time-window topic page so that developers can more easily learn about it.
To associate your repository with the vehicle-routing-problems-with-time-window topic, visit your repo's landing page and select "manage topics."