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

merge min-waiting-time branch

This commit is contained in:
oblonski 2015-09-12 13:39:23 +02:00
parent a9d1e03c56
commit 842067231d
62 changed files with 2770 additions and 2863 deletions

View file

@ -54,7 +54,7 @@ public class MultipleDepotExample {
new VrpXMLReader(vrpBuilder).read("input/vrp_cordeau_01.xml");
/*
* add vehicles with its depots
* add vehicles with its depots
* 4 depots:
* (20,20)
* (30,40)
@ -81,7 +81,7 @@ public class MultipleDepotExample {
}
/*
* define problem with finite fleet
* define problem with finite fleet
*/
vrpBuilder.setFleetSize(FleetSize.FINITE);