Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 197 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 197 Bytes

mVRP

multiple Vehicle Routing using Cluster First, Route Second Paradigm.

Algorithm

We first cluster the given nodes using K-means Then we use a meta heuristic techenique to route the nodes.