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

modify VehicleRoute to deal with different vehicle start and end

locations
This commit is contained in:
Stefan Schroeder 2014-01-27 17:52:04 +01:00
parent 0fb602dc99
commit 8c18d07447
2 changed files with 48 additions and 11 deletions

View file

@ -246,5 +246,9 @@ public class TestVehicleRoute {
assertEquals(2,count);
}
}
public void whenBuildingRouteWithVehicleThatHasDifferentStartAndEndLocation_routeMustBeBuiltCorrectly(){
}
}