chkwon / PyHygese

A Python wrapper for the Hybrid Genetic Search algorithm for Capacitated Vehicle Routing Problems (HGS-CVRP)
MIT License
82 stars 11 forks source link

CVRP w/ TW? #20

Closed fpolloa closed 2 years ago

fpolloa commented 2 years ago

Is this wrapper allowing for CVRP with Time Windows? (CVRPTW) If so, how should I implement it?

chkwon commented 2 years ago

No it doesn't. As the name for the original solver implies, it only solves CVRP.

https://github.com/vidalt/HGS-CVRP