Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 611 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 611 Bytes

vehicle-routing-problems

C++ Classes for solving various vehicle routing problems

  • baseClasses - Classes shared betwen the various problems
  • trash-collection - solve a trash collection problem. This has multiple depots with a single vehicle at each, they go to various containers and collect the trash and unloads at a dump before returning to its home depot. There is support for multiple dump sites, vehicle capacity and time windows.
  • vrpdptw - A single depot multiple vehicle pick and delivery problem with time windows.
  • more to come ...

THIS IS A WORK IN PROGRESS