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

org imports

This commit is contained in:
Stefan Schroeder 2014-06-26 12:59:08 +02:00
parent 0102cf8bdf
commit 0e851b4802

View file

@ -36,7 +36,6 @@ import jsprit.core.problem.vehicle.VehicleType;
import jsprit.core.problem.vehicle.VehicleTypeImpl;
import jsprit.core.util.Coordinate;
import jsprit.core.util.Solutions;
import jsprit.util.Examples;
public class SimpleExample {