Skip to content

Vehicle Routing Problem with Time Window and Capacity for last-mile deliveries

Notifications You must be signed in to change notification settings

nguyenthong11/DD-lastmile

Repository files navigation

Vehicle Routing Problem with Time Window and Capacity for last-mile deliveries

distance_functions.py functions to request distance (time) matrix from api.openrouteservice.org (with API)

clustering_function.py
clustering functions to group a large set of coordinates into smaller groups according to their location and/or time
package k_means_constrained

VRPTW.py
solve the Vehicle Routing Problem with Time Window and Capacity
package ortools.constraint_solver

Articles:

  1. Last mile delivery of grocery bins in Paris: costs from routing strategies with autonomous delivery vehicles
  2. Estimating costs and CO2 emissions for last mile delivery of groceries in Paris using alternative modes and routing strategies

DATASET is not available due to legal restrictions

About

Vehicle Routing Problem with Time Window and Capacity for last-mile deliveries

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages