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:
parent
48212569c4
commit
4853305aba
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue