# VRPTW-Column-Generation **Repository Path**: whigg/VRPTW-Column-Generation ## Basic Information - **Project Name**: VRPTW-Column-Generation - **Description**: A solution to the VRPTW problem using the Column Generation algorithm. Implementation with Python using the Gurobi optimizer (license needed) - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 2 - **Created**: 2021-03-01 - **Last Updated**: 2022-05-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # VRPTW-Column-Generation A solution to the VRPTW problem using the Column Generation algorithm. Implementation with Python using the Gurobi optimizer (license needed) ## Dependencies * Python 3.7 * Numpy 1.1.18 * Gurobi 9.0 (license needed) ## Running the tests ``` $ python col-gen-vrptw.py $ python coverCost.py ``` ## Author * **Simone Richetti** - [SimoneRichetti](https://github.com/SimoneRichetti)