This repo has the implementation of Column Generation algorithm implementation for Vehicle Routing Problem with Time Windows. Users can clone the repo and solve the Solomon's benchmark problem for 100 customers (https://www.sintef.no/projectweb/top/vrptw/100-customers/). Details about the algorithm can be found in the following blog article (https://nabinkafle.medium.com/column-generation-for-solving-vrptw-a1dff766680e).
- Clone the repo
- Install the required packages
- The code has dependency on CPLEX solver, so CPLEX should be pre installed on the system to run it.
- Go to main.py inside VRP_Engine folder
- Run main.py. If you want to solve only a specific scenario, specify the scenario in line 12 of the main.py
- Results and comparison will be stored in results folder