SimoneRichetti / VRPTW-Column-Generation

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Python 100.0%