1
0
Fork 0
mirror of https://github.com/graphhopper/jsprit.git synced 2020-01-24 07:45:05 +01:00

create and add docs

This commit is contained in:
oblonski 2016-09-01 12:25:57 +02:00
parent 432ec2fdd3
commit af1ef088cd
8 changed files with 70 additions and 70 deletions

View file

@ -1,26 +1,26 @@
#### [Multiple Depot VRP](https://github.com/jsprit/jsprit/wiki/Multiple-Depot-VRP)
#### [Multiple Depot VRP](Multiple-Depot-VRP.md)
- setting up a VRP with Multiple Depots
- defining depots, vehicles and their types
- dealing with finite fleet size
#### [VRP with time windows](https://github.com/jsprit/jsprit/wiki/VRP-with-time-windows-example)
#### [VRP with time windows](VRP-with-time-windows-example.md)
- 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](https://github.com/jsprit/jsprit/wiki/VRP-with-backhauls-example)
#### [VRP with backhauls](VRP-with-backhauls-example.md)
- defining and creating pickup and deliveries
- defining backhaul constraint
#### [VRP with backhauls (with mixed pickup and deliveries)](https://github.com/jsprit/jsprit/wiki/VRP-with-depot-bounded-pickups-and-deliveries)
#### [VRP with backhauls (with mixed pickup and deliveries)](VRP-with-depot-bounded-pickups-and-deliveries.md)
- defining and creating depot-bounded pickups and deliveries
#### [VRP with pickup and delivieries](https://github.com/jsprit/jsprit/wiki/VRP-with-pickups-and-deliveries)
#### [VRP with pickup and delivieries](VRP-with-pickups-and-deliveries.md)
- defining and creating pickups and deliveries
#### [VRP with heterogeneous fleet](https://github.com/jsprit/jsprit/wiki/Heterogeneous-Fleet)
#### [VRP with heterogeneous fleet](Heterogeneous-Fleet.md)
- illustrating different problem types,
- specifying heterogeneous fleet with its vehicles and vehicle-types,
- specifying the algorithm,
- benchmarking the algorithm
- benchmarking the algorithm