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

test bad job list

This commit is contained in:
oblonski 2014-08-11 22:16:37 +02:00
parent 590f2c1877
commit 650a20fabc

View file

@ -1,6 +1,5 @@
package jsprit.core.algorithm.state; package jsprit.core.algorithm;
import jsprit.core.algorithm.VehicleRoutingAlgorithm;
import jsprit.core.algorithm.box.GreedySchrimpfFactory; import jsprit.core.algorithm.box.GreedySchrimpfFactory;
import jsprit.core.problem.VehicleRoutingProblem; import jsprit.core.problem.VehicleRoutingProblem;
import jsprit.core.problem.job.Service; import jsprit.core.problem.job.Service;