Language : Python3
- One single depot
- All vehicles have the same capacity
http://www.vrp-rep.org/datasets/item/2014-0000.html
- xml.etree.ElementTree
- matplotlib.pyplot
- networkx
- numpy
- random
- copy
- math
- Pareto Ranking Selection
- Best Cost Route Crossover
- Insert Mutation
$ python3 vrp.py [dataset_file]
ex
$ python3 vrp.py dataset/A-n32-k05.xml