mirror of
https://github.com/graphhopper/jsprit.git
synced 2020-01-24 07:45:05 +01:00
fix bug in ChristophidesReader
This commit is contained in:
parent
45b0c35a95
commit
e982252fc7
3 changed files with 21 additions and 16 deletions
|
|
@ -46,6 +46,13 @@ class RemoveEmptyVehicles implements InsertionStartsListener, InsertionEndsListe
|
|||
// List<VehicleRoute> routes = new ArrayList<VehicleRoute>(vehicleRoutes);
|
||||
// for(VehicleRoute route : routes){
|
||||
// if(route.isEmpty()) { vehicleRoutes.remove(route); }
|
||||
// }
|
||||
// List<VehicleRoute> routes = new ArrayList<VehicleRoute>(vehicleRoutes);
|
||||
// for(VehicleRoute route : routes){
|
||||
// if(route.isEmpty()) {
|
||||
// fleetManager.unlock(route.getVehicle());
|
||||
// vehicleRoutes.remove(route);
|
||||
// }
|
||||
// }
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue