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:
parent
0fb602dc99
commit
8c18d07447
2 changed files with 48 additions and 11 deletions
|
|
@ -246,5 +246,9 @@ public class TestVehicleRoute {
|
|||
assertEquals(2,count);
|
||||
}
|
||||
}
|
||||
|
||||
public void whenBuildingRouteWithVehicleThatHasDifferentStartAndEndLocation_routeMustBeBuiltCorrectly(){
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue