1
0
Fork 0
mirror of https://github.com/graphhopper/jsprit.git synced 2020-01-24 07:45:05 +01:00
graphhopper-jsprit/docs/before-1.7/More-Examples.md
2016-09-01 12:17:08 +02:00

1.3 KiB

Multiple Depot VRP

  • setting up a VRP with Multiple Depots
  • defining depots, vehicles and their types
  • dealing with finite fleet size

VRP with time windows

  • defining and creating vehicles and their types
  • defining services with time-windows and service times
  • defining a problem with infinite fleet-size
  • reading, creating and running an algorithm

VRP with backhauls

  • defining and creating pickup and deliveries
  • defining backhaul constraint

VRP with backhauls (with mixed pickup and deliveries)

  • defining and creating depot-bounded pickups and deliveries

VRP with pickup and delivieries

  • defining and creating pickups and deliveries

VRP with heterogeneous fleet

  • illustrating different problem types,
  • specifying heterogeneous fleet with its vehicles and vehicle-types,
  • specifying the algorithm,
  • benchmarking the algorithm