skatsuta / vrp-solver

Capacitated Vehicle Routing Problem with Time Windows (CVRPTW) solver written in Python.
MIT License
88 stars 26 forks source link

Load of data error #2

Closed thisislohith6 closed 3 years ago

thisislohith6 commented 4 years ago

Hi Skatsuta,

While running your code, I'm facing some error by loading the dataset. Could you please help me with that.

Error: usage: solver.py [-h] [-g] [--gls] [-v] path solver.py: error: the following arguments are required: path

Thanks in advance!

skatsuta commented 3 years ago

You have to specify a YAML file that represents a vehicle routing problem you want to solve as the first argument. Please read https://github.com/skatsuta/vrp-solver#usage section in README and follow the instruction. If you still have an issue, feel free to reopen it.