Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Vehicle Routing Problem — one depot, multiple trucks, time windows and capacity

The Vehicle Routing Problem, solved

Dutch engineer building logistics systems that dispatch a fleet from one depot and serve every stop within its window — at minimum cost.

  • The problem — CVRP, VRP with time windows, multi-vehicle, pickup & delivery
  • The constraints — delivery windows, vehicle capacity, service times, driver hours
  • The engine — graph search + VRP/TSP heuristics on data-first pipelines
  • The map — OpenLayers / QGIS on real road networks

C# .NET Python React PostgreSQL QGIS

while(true) optimize();

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors