iRB-Lab / py-ga-VRPTW

A Python Implementation of a Genetic Algorithm-based Solution to Vehicle Routing Problem with Time Windows
MIT License
560 stars 170 forks source link

unconstrained problem #16

Closed haditabealhojeh closed 2 years ago

haditabealhojeh commented 2 years ago

Hi. How I can run the code for 1 vehicle and d customers and without any time constraints. (assuming that 1 vehicle has the capacity to deliver all orders). I want a single rout answer.

iROCKBUNNY commented 2 years ago

Sorry, I am no expert on this and not able to give you a quick answer.