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

add funcs to SolutionAnalyser and test them

remove asserts in loadStateUpdater
This commit is contained in:
oblonski 2014-10-06 09:15:47 +02:00
parent f72cf922fa
commit 6974480c77
9 changed files with 1124 additions and 138 deletions

View file

@ -80,7 +80,7 @@ public class SimpleExample {
VehicleRoutingProblem.Builder vrpBuilder = VehicleRoutingProblem.Builder.newInstance();
vrpBuilder.addVehicle(vehicle);
vrpBuilder.addJob(service1).addJob(service2).addJob(service3).addJob(service4);
VehicleRoutingProblem problem = vrpBuilder.build();
/*