# VRPTW-Column-Generation **Repository Path**: lyp7788/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**: 0 - **Forks**: 2 - **Created**: 2021-05-17 - **Last Updated**: 2021-05-17 ## 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)