A program to solve multi-period vehicle routing problems with cross-docking using Gurobi. Supports heterogenous vehicles.
- Accepts datasets in csv format, which contains data of supply, demand, travel cost, travel time, and vehicles.
- The data is processed using Gurobi solver to minimize total transportation cost
- Install Gurobi
- Make sure datasets are in the appropriate folder
- Open
VRPCD.ipynb - Choose which datasets to run by changing appropriate variables
- The solution output will be shown in the console