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

remove VrpVerifier from core.algorithm.io.VehicleRoutingAlgorithms.java

This commit is contained in:
oblonski 2014-04-21 17:13:04 +02:00
parent 48212569c4
commit 4853305aba

View file

@ -612,7 +612,7 @@ public class VehicleRoutingAlgorithms {
metaAlgorithm.setPrematureAlgorithmTermination(prematureAlgoBreaker); metaAlgorithm.setPrematureAlgorithmTermination(prematureAlgoBreaker);
//misc //misc
algorithmListeners.add(new PrioritizedVRAListener(Priority.LOW, new SolutionVerifier())); // algorithmListeners.add(new PrioritizedVRAListener(Priority.LOW, new SolutionVerifier()));
//register listeners //register listeners
registerListeners(metaAlgorithm,algorithmListeners); registerListeners(metaAlgorithm,algorithmListeners);