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 with time windows #25

Closed ddrakulic closed 1 year ago

ddrakulic commented 1 year ago

Hello,

is it possible to solve CVRP with time windows with this wrapper?

Thank you, Darko

chkwon commented 1 year ago

No, this cannot handle time windows.