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

remove warn

This commit is contained in:
oblonski 2016-09-30 08:42:10 +02:00
parent 5ef8ba12e9
commit 76fe48a798

View file

@ -160,10 +160,10 @@ public class VehicleRoutingAlgorithm {
} }
} }
} }
if (nuJobs != problem.getJobs().values().size()) { // if (nuJobs != problem.getJobs().values().size()) {
logger.warn("number of jobs in initial solution ({}) is not equal nuJobs in vehicle routing problem ({})" + // logger.warn("number of jobs in initial solution ({}) is not equal nuJobs in vehicle routing problem ({})" +
"\n this might yield unintended effects, e.g. initial solution cannot be improved anymore.", nuJobs, problem.getJobs().values().size()); // "\n this might yield unintended effects, e.g. initial solution cannot be improved anymore.", nuJobs, problem.getJobs().values().size());
} // }
} }
/** /**