/VRPTW-Column-Generation

A solution to the VRPTW problem using the Column Generation algorithm. Implementation with Python using the Gurobi optimizer (license needed)

Primary LanguagePython

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

References