From 4c4d9ea96d5514c8b1f5171ace66f69b1b8d6971 Mon Sep 17 00:00:00 2001 From: oblonski <4sschroeder@gmail.com> Date: Thu, 20 Jun 2013 20:57:44 +0200 Subject: [PATCH] mod example --- ...ltipleDepotExampleWithPenaltyVehicles.java | 23 ++++++++----------- 1 file changed, 9 insertions(+), 14 deletions(-) diff --git a/jsprit-examples/src/main/java/examples/MultipleDepotExampleWithPenaltyVehicles.java b/jsprit-examples/src/main/java/examples/MultipleDepotExampleWithPenaltyVehicles.java index 88dc4e5b..50d6c814 100644 --- a/jsprit-examples/src/main/java/examples/MultipleDepotExampleWithPenaltyVehicles.java +++ b/jsprit-examples/src/main/java/examples/MultipleDepotExampleWithPenaltyVehicles.java @@ -47,10 +47,6 @@ public class MultipleDepotExampleWithPenaltyVehicles { Coordinate firstDepotCoord = Coordinate.newInstance(-33, 33); Coordinate second = Coordinate.newInstance(33, -33); - /* - * number of penalty vehicles - */ - int nuOfPenaltyVehicles = 4; int depotCounter = 1; for(Coordinate depotCoord : Arrays.asList(firstDepotCoord,second)){ for(int i=0;i