Skip to content

Clustred Vehicle Routing Problem (CluVRP) Simple, Fast and Flexible Solver

Notifications You must be signed in to change notification settings

mahdims/CluVRP-solver

Repository files navigation

Clustered Vehicle Routing Problem (CluVRP) Simple, Fast and flexible solver

The solver has three simple steps

  • Aggregation of customers based on given subgroups (zones, clusters, or micro postcodes) and creating the reduced graph.
  • Solving a CVRP on the reduced graph with Large Neighborhood Search (LNS).
  • Disaggregating the clusters sequence to customer nodes sequence.

Releases

No releases published

Packages

No packages published

Languages